Sha256: 0a53c9e56da950a7bed7089e30f3863abe2c66adbdab1eab5e3b772921248585
Contents?: true
Size: 522 Bytes
Versions: 1
Compression:
Stored size: 522 Bytes
Contents
module AdministrateBatchActions module Helpers def administrate_batch_actions_button(name, path) render partial: 'shared/administrate_batch_actions/button', locals: { name: name, path: path } end def administrate_batch_actions_select_all render partial: 'shared/administrate_batch_actions/select_all' end def administrate_batch_actions_checkbox(value) render partial: 'shared/administrate_batch_actions/checkbox', locals: { value: value } end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
administrate_batch_actions-0.1.0 | lib/administrate_batch_actions/helpers.rb |