Method: Sequel::Model::Associations::ManyToManyAssociationReflection#associated_key_column
- Defined in:
- lib/sequel/model/associations.rb
#associated_key_column ⇒ Object
The column to use for the associated key when eagerly loading
1257 1258 1259 |
# File 'lib/sequel/model/associations.rb', line 1257 def associated_key_column self[:left_key] end |