Method: SearchScope::FilterScopeOption#key

Defined in:
lib/search_scope.rb

#keyObject (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 key
  @key
end