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

Issue #1 'Restore' batch action doesn't work since the 'action_methods' #3

Closed vraravam closed 9 years ago

vraravam commented 9 years ago

method is overridden and only supplies the 'index' action. Now added the 'batch_action' string as well to the array being returned.

vraravam commented 9 years ago

@raihan2006i - yes, this issue is fixed as part of this PR.