Method: SearchScope::FilterScopeOption#label
- Defined in:
- lib/search_scope.rb
#label ⇒ Object (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 label @label end |