Method: SearchCop::ClassMethods#search_cop
- Defined in:
- lib/search_cop.rb
#search_cop(query, scope_name, query_options) ⇒ Object
55 56 57 58 59 |
# File 'lib/search_cop.rb', line 55 def search_cop(query, scope_name, ) unsafe_search_cop query, scope_name, rescue SearchCop::RuntimeError respond_to?(:none) ? none : where("1 = 0") end |