This module contains methods added to all association datasets
Public Instance methods
association_reflection()
The association reflection related to the association dataset
[show source]
# File lib/sequel/model/associations.rb 1532 def association_reflection 1533 @opts[:association_reflection] 1534 end
model_object()
The model object that created the association dataset
[show source]
# File lib/sequel/model/associations.rb 1527 def model_object 1528 @opts[:model_object] 1529 end