Sha256: f59311c73f042274e238e81a5ce4ad36969ddbbda7502fae6c45c7c17b18e2d0
Contents?: true
Size: 246 Bytes
Versions: 53
Compression:
Stored size: 246 Bytes
Contents
class Tramway::Event::PersonDecorator < ::Tramway::Core::ApplicationDecorator class << self def collections [ :all ] end end decorate_association :sections def name "#{object.first_name} #{object.last_name}" end end
Version data entries
53 entries across 53 versions & 1 rubygems