Sha256: a3b5eec96cc0a5bae792dcc42634e0e484011e312f933d11331d4671c171421e
Contents?: true
Size: 263 Bytes
Versions: 35
Compression:
Stored size: 263 Bytes
Contents
class Tramway::Event::ParticipantFormFieldDecorator < ::Tramway::Core::ApplicationDecorator class << self def collections [ :all ] end def list_attributes [:event_title] end end def event_title object.event.title end end
Version data entries
35 entries across 35 versions & 1 rubygems