Method: Datamappify::Data::Criteria::ActiveRecord::Exists#perform
- Defined in:
- lib/datamappify/data/criteria/active_record/exists.rb
#perform ⇒ Object
6 7 8 |
# File 'lib/datamappify/data/criteria/active_record/exists.rb', line 6 def perform !!source_class.exists?(entity.id) end |