Sha256: aee1be25a28f6c67a99cc1c4a661dd0159d6c2051e7c989066c27045504fbd09
Contents?: true
Size: 263 Bytes
Versions: 18
Compression:
Stored size: 263 Bytes
Contents
module Backend module DropdownHelper def options_for_content_types Udongo.config.flexible_content.types.map do |content_type| [I18n.t("b.msg.content_types.#{content_type}"), "Content#{content_type.to_s.camelcase}"] end end end end
Version data entries
18 entries across 18 versions & 1 rubygems