This commit is contained in:
Toks
2013-08-18 18:24:10 -04:00
parent dc180899f5
commit b32783c8ba
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class Pool < ActiveRecord::Base
attr_accessible :is_deleted, :as => [:janitor, :moderator, :admin]
module SearchMethods
def active
def undeleted
where("is_deleted = false")
end