method
columns
v2.3.2 -
Show latest stable
-
0 notes -
Class: ActiveRecord::Associations::HasAndBelongsToManyAssociation
columns()
public
Hide source
# File activerecord/lib/active_record/associations/has_and_belongs_to_many_association.rb, line 12 def columns @reflection.columns(@reflection.options[:join_table], "#{@reflection.options[:join_table]} Columns") end


