Module: ActiveScaffold::Actions::BatchBase
- Defined in:
- lib/active_scaffold/actions/batch_base.rb
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/active_scaffold/actions/batch_base.rb', line 4 def self.included(base) base.helper_method :batch_scope end |