8 9 10
# File 'lib/nifty_scope.rb', line 8 def nifty_scope(params, options = {}) Scope.new(where(nil), params, options).apply end