kakurenbo 0.2.3
provides soft delete. Kakurenbo is a re-implementation of paranoia and acts_as_paranoid for Rails4 and 3. implemented a function that other gems are not enough. The usage of the Kakurenbo is very very very simple. Only add `deleted_at`(datetime) to column. Of course you can use `acts_as_paranoid`.In addition, Kakurenbo has many advantageous.
Gemfile:
=
install:
=
Runtime Dependencies (1):
activerecord
>= 4.0.2