Sha256: 61f971a31faf67a05b7da687d0348750f4b910e85048e7392d0e3057039e05c2
Contents?: true
Size: 306 Bytes
Versions: 12
Compression:
Stored size: 306 Bytes
Contents
module CamaleonCms class UserRoleDecorator < CamaleonCms::ApplicationDecorator include CamaleonCms::CustomFieldsConcern delegate_all def the_title object.name.to_s.translate(get_locale) end def the_content object.description.to_s.translate(get_locale) end end end
Version data entries
12 entries across 12 versions & 1 rubygems