Sha256: ec235681fb5f317b3cccfb745019319fbed873fae04d0078ed46a5512be25676
Contents?: true
Size: 276 Bytes
Versions: 60
Compression:
Stored size: 276 Bytes
Contents
class CamaleonCms::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
Version data entries
60 entries across 60 versions & 2 rubygems