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

Version Path
tramway-event-1.9.19.1 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.19 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.18.2 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.18.1 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.18 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.17 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.16 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.15 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.14 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.13 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.12 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.11.2 app/decorators/tramway/event/participant_form_field_decorator.rb
tramway-event-1.9.11.1 app/decorators/tramway/event/participant_form_field_decorator.rb