Module: Sequel::Model::Associations::AssociationDatasetMethods
- Defined in:
- lib/sequel/model/associations.rb
Overview
This module contains methods added to all association datasets
Instance Method 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 Method Details
#association_reflection ⇒ Object
The association reflection related to the association dataset
1506 1507 1508 |
# File 'lib/sequel/model/associations.rb', line 1506 def association_reflection @opts[:association_reflection] end |
#model_object ⇒ Object
The model object that created the association dataset
1501 1502 1503 |
# File 'lib/sequel/model/associations.rb', line 1501 def model_object @opts[:model_object] end |