Module: BulkActionsHelper
- Defined in:
- app/helpers/bulk_actions_helper.rb
Overview
BulkActionsHelper
Instance Method Summary collapse
Instance Method Details
#bulk_actions_collection ⇒ Object
5 6 7 8 |
# File 'app/helpers/bulk_actions_helper.rb', line 5 def bulk_actions_collection attrs = GeoblacklightAdmin::Schema.instance.importable_fields.collect { |key, _value| key } attrs.prepend("Publication State") end |