class Datamappify::Data::Criteria::Sequel::Exists

Public Instance Methods

perform() click to toggle source
# File lib/datamappify/data/criteria/sequel/exists.rb, line 6
def perform
  source_class.where(:id => entity.id).any?
end