Method: Sequel::Model::Associations::OneToManyAssociationReflection#set_reciprocal_to_self?

Defined in:
lib/sequel/model/associations.rb

#set_reciprocal_to_self?Boolean

One to many associations set the reciprocal to self when loading associated records.

Returns:

  • (Boolean)
[View source]

1098
1099
1100
# File 'lib/sequel/model/associations.rb', line 1098

def set_reciprocal_to_self?
  true
end