mirror of
https://github.com/github/rails.git
synced 2026-01-25 14:28:28 -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:
committed by
Michael Koziarski
parent
9d4337ea13
commit
26978e3ce8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user