Sha256: 808d11b7c50e45bce1176f0ff41302e48d21016b7bb3712510cd0d39ce3bc40c
Contents?: true
Size: 332 Bytes
Versions: 33
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # Helper module for the Translations admin UI module TranslationsHelper def non_custom_metadata_fields custom_field_keys = current_exhibit.custom_fields.pluck(:field) current_exhibit.blacklight_config.show_fields.except(*custom_field_keys) end end end
Version data entries
33 entries across 33 versions & 1 rubygems