mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Interpolation requires double quotes
This commit is contained in:
parent
5f7c42413b
commit
07913788f9
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ module ActiveRecord
|
|||
|
||||
sql << " ORDER BY #{options[:order]} " if options[:order]
|
||||
add_limit!(sql, options, scope)
|
||||
sql << ') AS #{aggregate_alias}_subquery' if use_workaround
|
||||
sql << ") AS #{aggregate_alias}_subquery" if use_workaround
|
||||
sql
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue