Module: Armada::FinderMethods::ClassMethods

Defined in:
lib/armada/finder_methods.rb

Instance Method Summary collapse

Instance Method Details

#find(*args) ⇒ Object



9
10
11
# File 'lib/armada/finder_methods.rb', line 9

def find(*args)
  find_from_ids(args)
end