1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Added :counter_sql as a valid key for habtm associations

Signed-off-by: Michael Koziarski <michael@koziarski.com>
This commit is contained in:
Tekin Suleyman 2008-11-06 20:00:54 +00:00 committed by Michael Koziarski
parent 9d4337ea13
commit 26978e3ce8

View file

@ -1609,7 +1609,7 @@ module ActiveRecord
:class_name, :table_name, :join_table, :foreign_key, :association_foreign_key,
:select, :conditions, :include, :order, :group, :limit, :offset,
:uniq,
:finder_sql, :delete_sql, :insert_sql,
:finder_sql, :counter_sql, :delete_sql, :insert_sql,
:before_add, :after_add, :before_remove, :after_remove,
:extend, :readonly,
:validate