module Deleteable::ClassMethods

Public Instance Methods

deleted() click to toggle source
# File lib/deleteable.rb, line 23
def deleted
  unscoped.where("deleted_at IS NOT NULL")
end