mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Fix the method name for recusion
This commit is contained in:
@@ -11,7 +11,7 @@ module ActiveRecord
|
||||
|
||||
if value.is_a?(Hash)
|
||||
arel_table = Arel::Table.new(column, @engine)
|
||||
build_predicate_from_hash(value, arel_table)
|
||||
build_from_hash(value, arel_table)
|
||||
else
|
||||
column = column.to_s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user