Sha256: 9d45bb9476b7c5013faee290ab088d21a92e0846ebf8d18f4c5cf675e76c0647
Contents?: true
Size: 251 Bytes
Versions: 1
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true # BulkActionsHelper module BulkActionsHelper def bulk_actions_collection attrs = GeoblacklightAdmin::Schema.instance.importable_fields.collect { |key, _value| key } attrs.prepend("Publication State") end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
geoblacklight_admin-0.5.1 | app/helpers/bulk_actions_helper.rb |