Method: Sunspot::Field#multiple?
- Defined in:
- lib/sunspot/field.rb
#multiple? ⇒ Boolean
Whether this field accepts multiple values.
Returns
- Boolean
-
True if this field accepts multiple values.
77 78 79 |
# File 'lib/sunspot/field.rb', line 77 def multiple? !!@multiple end |