Method: SearchScope::FilterScopeOption#scope

Defined in:
lib/search_scope.rb

#scopeObject (readonly)

options can supply a value to fill in for their filter_scope, or a separate scope (symbol for a named_scope) or conditions/include to use instead.


20
21
22
# File 'lib/search_scope.rb', line 20

def scope
  @scope
end