Sha256: 515806c9d57d68d4124812c31745de1792140ee713dce32ea84b40b5bd62dca2
Contents?: true
Size: 491 Bytes
Versions: 10
Compression:
Stored size: 491 Bytes
Contents
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' It works with ActiveScaffold >= 3.4.18 and rails >= 4.0. Use 3.3.x for rails 3.2.x. 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
Version data entries
10 entries across 10 versions & 1 rubygems