This module contains methods added to all association datasets
The association reflection related to the association dataset
# File lib/sequel/model/associations.rb, line 1461 def association_reflection @opts[:association_reflection] end
The model object that created the association dataset
# File lib/sequel/model/associations.rb, line 1456 def model_object @opts[:model_object] end