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

Version Path
tramway-event-1.9.11 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.10.1 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.10 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.9.2 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.9.1 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.9 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.8 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.7 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.6 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.5 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.4 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.3 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.2 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.1 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.8.10 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.8.9 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.8.8 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.8.7 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.8.6 app/decorators/tramway/event/participant_form_field_decorator.rb