module ActiveRecordEx::NillableFind::ClassMethods

Public Instance Methods

nillable_find(ids, parent_scope) click to toggle source
# File lib/active-record-ex/nillable_find.rb, line 28
def nillable_find(ids, parent_scope)
  NillableArel.new(self, ids, parent_scope)
end