forked from activescaffold/active_scaffold_batch
-
Notifications
You must be signed in to change notification settings - Fork 0
batch processing for activescaffold
License
guycall/active_scaffold_batch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
ActiveScaffold batch is a gem which adds batch_update, batch_create and batch_destroy actions to ActiveScaffold, which means you can perform operations on more than just one record.
gem 'active_scaffold_batch'
In the config block of an activescaffold you can add any of the following lines:
config.actions.add :batch_create
config.actions.add :batch_update
config.actions.add :batch_destroy
About
batch processing for activescaffold
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Ruby 78.7%
- HTML 19.8%
- CSS 1.5%