Sha256: 5f1e4482c6c4170ca888429a5ebaa4f652eff474385d7821514557c7d978e43b
Contents?: true
Size: 584 Bytes
Versions: 6
Compression:
Stored size: 584 Bytes
Contents
module AdministrateBatchActions module Helpers def administrate_batch_actions_button(name, path, html_options = {class: 'button'}) render partial: 'shared/administrate_batch_actions/button', locals: { name: name, path: path, html_options: html_options } 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
6 entries across 6 versions & 1 rubygems