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


