Sha256: 031fb6873937d74471e0d41941c92fe82e31b080078c3bd166723bb5ab0e48ce
Contents?: true
Size: 326 Bytes
Versions: 13
Compression:
Stored size: 326 Bytes
Contents
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
13 entries across 13 versions & 1 rubygems