Method: Sequel::Model::Associations::OneToManyAssociationReflection#set_reciprocal_to_self?
- Defined in:
- lib/sequel/model/associations.rb
permalink #set_reciprocal_to_self? ⇒ Boolean
One to many associations set the reciprocal to self when loading associated records.
1098 1099 1100 |
# File 'lib/sequel/model/associations.rb', line 1098 def set_reciprocal_to_self? true end |