Add needed squish in schema.rb for PR #522

This commit is contained in:
Jon Atack 2015-11-18 23:53:23 +01:00
parent b8e5fbc52e
commit 06a3a99dcf
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ class Person < ActiveRecord::Base
GROUP BY articles.person_id
)
SQL
.squish
Arel.sql(query)
end