TRIVIAL: fix grammar on 'deferred' columns

This commit is contained in:
Régis Hanol
2014-08-11 11:56:54 +02:00
parent 45faf07ba6
commit 85570ddc77
11 changed files with 31 additions and 25 deletions

View File

@@ -115,7 +115,7 @@ module FlagQuery
if filter == "old"
post_actions.where("post_actions.disagreed_at IS NOT NULL OR
post_actions.defered_at IS NOT NULL OR
post_actions.deferred_at IS NOT NULL OR
post_actions.agreed_at IS NOT NULL")
else
post_actions.active