mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Don't duplicate Relation::VALUE_METHODS
in Relation::Merger
This commit is contained in:
parent
01849a9749
commit
4c0a9922d6
1 changed files with 1 additions and 2 deletions
|
@ -49,8 +49,7 @@ module ActiveRecord
|
|||
@other = other
|
||||
end
|
||||
|
||||
NORMAL_VALUES = Relation::SINGLE_VALUE_METHODS +
|
||||
Relation::MULTI_VALUE_METHODS -
|
||||
NORMAL_VALUES = Relation::VALUE_METHODS -
|
||||
[:joins, :where, :order, :bind, :reverse_order, :lock, :create_with, :reordering, :from] # :nodoc:
|
||||
|
||||
def normal_values
|
||||
|
|
Loading…
Reference in a new issue