Method: Sequel::Model::Associations::AssociationReflection#association_method

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

#association_methodObject

Name symbol for association method, the same as the name of the association.



61
62
63
# File 'lib/sequel/model/associations.rb', line 61

def association_method
  self[:name]
end