Method: ActiveRecord::Associations::Builder::HasAndBelongsToMany#association_name
- Defined in:
- activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb
#association_name ⇒ Object (readonly)
Returns the value of attribute association_name.
5 6 7 |
# File 'activerecord/lib/active_record/associations/builder/has_and_belongs_to_many.rb', line 5 def association_name @association_name end |