Sha256: c6b1ad92d3ec429719d27906c09b69a818fb482a1c51d40183f50bc925e2caa0
Contents?: true
Size: 355 Bytes
Versions: 12
Compression:
Stored size: 355 Bytes
Contents
# frozen_string_literal: true class Tramway::Event::ParticipantFormFieldDecorator < ::Tramway::Core::ApplicationDecorator class << self def collections [:all] end def list_attributes [:event_title] end end def title "#{object.title} #{object.event.title}" end def event_title object.event.title end end
Version data entries
12 entries across 12 versions & 1 rubygems