Class: Care::Finder
- Inherits:
-
Object
- Object
- Care::Finder
- Includes:
- AutoFinder::Findable, AutoFinder::FinderMethods
- Defined in:
- lib/care/finder.rb
Class Method Summary collapse
Methods included from AutoFinder::FinderMethods
Methods included from AutoFinder::Findable
Class Method Details
.call(relation, params) ⇒ Object
13 14 15 |
# File 'lib/care/finder.rb', line 13 def self.call(relation, params) new(relation: relation, params: params).call end |