Method: NiftyScope::ClassMethods#nifty_scope
- Defined in:
- lib/nifty_scope.rb
#nifty_scope(params, options = {}) ⇒ Object
8 9 10 |
# File 'lib/nifty_scope.rb', line 8 def nifty_scope(params, = {}) Scope.new(where(nil), params, ).apply end |