Indentation fixed

This commit is contained in:
Christoph Haas 2013-11-13 23:24:23 +01:00
parent 2517dd6192
commit 0b71665dd0

View file

@ -20,7 +20,7 @@ class Package < ActiveRecord::Base
to_tsvector('english', packages.description) @@ plainto_tsquery(:q)
", q: query).order("#{rank} desc")
else
all
all
end
end
end