0.0
No commit activity in last 3 years
No release in over 3 years
Allows for a model to have 'acts_as_soft_deletable' which adds soft_delete! and recover to be used inplace of delete
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.8.4
~> 3.12
 Project Readme

soft-deletable¶ ↑

This allows for models to have ‘acts_as_soft_deletable’ which opens it up to the soft_delete!, recover!, and deleted? methods.

requires a migration to add a “deleted_at” timestamp for tracking when the item “soft deleted”.

Copyright © 2012 Mike Calhoun. See LICENSE.txt for further details.