Module: Sequel::Model::Associations::AssociationDatasetMethods
- Defined in:
- lib/sequel/model/associations.rb
Overview
This module contains methods added to all association datasets
Instance Attribute Summary collapse
-
#association_reflection ⇒ Object
The association reflection related to the association dataset.
-
#model_object ⇒ Object
The model object that created the association dataset.
Instance Attribute Details
#association_reflection ⇒ Object
The association reflection related to the association dataset
1358 1359 1360 |
# File 'lib/sequel/model/associations.rb', line 1358 def association_reflection @association_reflection end |
#model_object ⇒ Object
The model object that created the association dataset
1355 1356 1357 |
# File 'lib/sequel/model/associations.rb', line 1355 def model_object @model_object end |