fix mod actionl isting

This commit is contained in:
albert
2013-02-28 10:19:59 -08:00
parent 132ef8f93c
commit b901859264

View File

@@ -10,10 +10,6 @@ class ModAction < ActiveRecord::Base
q = q.where("creator_id = ?", params[:creator_id].to_i)
end
if params[:all].blank?
q = q.where("description not like ")
end
q
end