Sha256: a7eb4bde3d565f056bbd8c99cb40743430728b8542d3898ca5b147392d910ae7
Contents?: true
Size: 169 Bytes
Versions: 10
Compression:
Stored size: 169 Bytes
Contents
module SectionsHelper def section_types_option_values Section.types.map do |type| [t(:"section.types.#{type.demodulize.underscore}"), type] end end end
Version data entries
10 entries across 10 versions & 1 rubygems