Sha256: 18ae339dbe1c2df639e418729996f48de2a298ad98450a9bdcb97e1c76f29ef9
Contents?: true
Size: 308 Bytes
Versions: 31
Compression:
Stored size: 308 Bytes
Contents
# frozen_string_literal: true module Spotlight ## # Exhibit roles helpers module RolesHelper ## # Format the available roles for a select_tag def roles_for_select Spotlight::Engine.config.exhibit_roles.index_by do |key| t("spotlight.role.#{key}") end end end end
Version data entries
31 entries across 31 versions & 1 rubygems