This module contains methods added to all association datasets
The association reflection related to the association dataset
# File lib/sequel/model/associations.rb, line 1458 def association_reflection @opts[:association_reflection] end
The model object that created the association dataset
# File lib/sequel/model/associations.rb, line 1453 def model_object @opts[:model_object] end
# File lib/sequel/model/associations.rb, line 1464 def non_sql_option?(key) super || key == :model_object || key == :association_reflection end