Method: Sequel::Model::Associations::ClassMethods#association_reflection

Defined in:
lib/sequel/model/associations.rb

#association_reflection(name) ⇒ Object

The association reflection hash for the association of the given name.



640
641
642
# File 'lib/sequel/model/associations.rb', line 640

def association_reflection(name)
  association_reflections[name]
end