raihan2006i / 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.
MIT License
29 stars 30 forks source link

Fix issue for those models that are not paranoid. #6

Closed vraravam closed 8 years ago

vraravam commented 9 years ago

If there are models in the same app that are not paranoid, we can revert to the old set of actions.

vraravam commented 9 years ago

ping - could you please merge this as well? I can then go back to using your publicly available gem (of course, i am also requesting for a version bump :))

vraravam commented 9 years ago

ping - in my current codebase, there are a couple of models that are not paranoid. This fix/PR is absolutely required for the usecase to work. Please merge asap.

raihan2006i commented 8 years ago

@vraravam Sorry for late. v1.0.9 has been released