diff --git a/app/models/mod_action.rb b/app/models/mod_action.rb index 1ded0d168..97013ef2f 100644 --- a/app/models/mod_action.rb +++ b/app/models/mod_action.rb @@ -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