Module: BulkActionsHelper

Defined in:
app/helpers/bulk_actions_helper.rb

Overview

BulkActionsHelper

Instance Method Summary collapse

Instance Method Details

#bulk_actions_collectionObject



5
6
7
8
# File 'app/helpers/bulk_actions_helper.rb', line 5

def bulk_actions_collection
  attrs = Geomg.field_mappings.collect { |key, _value| key }
  attrs.prepend("Publication State")
end