Module: ActiveScaffold::Actions::BatchDestroy
- Defined in:
- lib/active_scaffold/actions/batch_destroy.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/active_scaffold/actions/batch_destroy.rb', line 4 def self.included(base) base.before_filter :batch_destroy_authorized_filter, :only => [:batch_destroy] end |
Instance Method Details
#batch_destroy ⇒ Object
8 9 10 |
# File 'lib/active_scaffold/actions/batch_destroy.rb', line 8 def batch_destroy batch_action end |