Method: Sequel::Model::Associations::ManyToOneAssociationReflection#reciprocal_array?
- Defined in:
- lib/sequel/model/associations.rb
#reciprocal_array? ⇒ Boolean
True only if the reciprocal is a one_to_many association.
943 944 945 |
# File 'lib/sequel/model/associations.rb', line 943 def reciprocal_array? !set_reciprocal_to_self? end |