= private = protected
counter_cache_column()
This method has no description. You can help the Ruby on Rails community by adding new notes.
# File activerecord/lib/active_record/reflection.rb, line 237 def counter_cache_column if options[:counter_cache] == true "#{active_record.name.demodulize.underscore.pluralize}_count" elsif options[:counter_cache] options[:counter_cache] end end
See ActiveRecord::Associations::ClassMethods#belongs_to