Module: ActiveRecordEx::NillableFind::ClassMethods
- Defined in:
- lib/active_record_ex/nillable_find.rb
Instance Method Summary collapse
Instance Method Details
#nillable_find(ids, parent_scope) ⇒ Object
28 29 30 |
# File 'lib/active_record_ex/nillable_find.rb', line 28 def nillable_find(ids, parent_scope) NillableArel.new(self, ids, parent_scope) end |