Sha256: 586239e522ae98e2a0d4126f177e151f160fbd4be5349aad571a22974157ee19

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

class Tramway::Event::EventDecorator < ::Tramway::Core::ApplicationDecorator
  class << self
    def collections
      [ :all ]
    end
  end

  delegate :title, to: :object
  delegate :participant_form_fields, to: :object
  delegate :sections, to: :object

  def background
    object.photo
  end

  def tagline
    ''
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tramway-event-1.2.2 app/decorators/tramway/event/event_decorator.rb
tramway-event-1.2.1 app/decorators/tramway/event/event_decorator.rb
tramway-event-1.2 app/decorators/tramway/event/event_decorator.rb
tramway-event-1.1 app/decorators/tramway/event/event_decorator.rb