Sha256: e1c82ae08097e02774d6afdc62d2cd1aac4f6af2c7a1fa2667a413002d9fb313
Contents?: true
Size: 275 Bytes
Versions: 74
Compression:
Stored size: 275 Bytes
Contents
# frozen_string_literal: true 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
74 entries across 74 versions & 1 rubygems