lleirborras / ActsAsDeleted

Simulates a deleted model using the deleted_at attribute

Home Page:http://github.com/lleirborras/ActsAsDeleted

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActsAsAudited
=============

Simulates a deleted model using the deleted_at attribute.
Model must have a deleted_at attribute or similar.

Configuration options
=====================
{:deleted_at => "deleted_at"}

Example
=======

class Node < ActiveRecord::Base                                                 
  acts_as_deleted
end



Copyright (c) 2009 [Lleïr Borràs i Metje <memtest AT gmail DOT com>], released under the MIT license

About

Simulates a deleted model using the deleted_at attribute

http://github.com/lleirborras/ActsAsDeleted

License:MIT License


Languages

Language:Ruby 100.0%