module Deleteable::ClassMethods

Public Instance Methods

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