Low commit activity in last 3 years
There's a lot of open issues
A long-lived project that still receives updates
This gem extends ActiveAdmin so that batch restore and batch archive actions will be available in resource index page. Also 'All' and 'Archived' scope will be available for resource index page. 'All' scope will show non archived resources and 'Archived' scope will show deleted or archived resources.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0
>= 4.0
 Project Readme

active_admin_paranoia

This gem extends ActiveAdmin so that batch restore and batch archive actions will be available in resource index page. Also 'All' and 'Archived' scope will be available for resource index page. 'All' scope will show non archived resources and 'Archived' scope will show deleted or archived resources.

Installation

This gem assumes that you have already configured paranoia for you desire resource. Add this line to your application's Gemfile:

gem "active_admin_paranoia" , '~> 1.0.11'

And then execute:

$ bundle

Usages

ActiveAdmin.register Post do
  active_admin_paranoia
end