Method: Sequel::Model::Associations::AssociationReflection#returns_array?
- Defined in:
- lib/sequel/model/associations.rb
#returns_array? ⇒ Boolean
Whether this association returns an array of objects instead of a single object, true by default.
560 561 562 |
# File 'lib/sequel/model/associations.rb', line 560 def returns_array? true end |