Sha256: 85e80ccc2d475dc8f2aade8499572697ae382ea4cf2d64e97666c348cac583cd
Contents?: true
Size: 295 Bytes
Versions: 84
Compression:
Stored size: 295 Bytes
Contents
module Spotlight ## # Exhibit roles helpers module RolesHelper ## # Format the available roles for a select_tag def roles_for_select Spotlight::Role::ROLES.each_with_object({}) do |key, object| object[t("spotlight.role.#{key}")] = key end end end end
Version data entries
84 entries across 84 versions & 1 rubygems