Sha256: d1826783f82b32863ccb81ce232cb419bd64d69a8df4ebaed19a5cc85cac4755

Contents?: true

Size: 562 Bytes

Versions: 22

Compression:

Stored size: 562 Bytes

Contents

class Tramway::Event::SectionDecorator < ::Tramway::Landing::BlockTypes::FeaturesDecorator
  class << self
    def collections
      [ :all ]
    end
  end

  delegate :description, to: :object
  decorate_association :partakings, decorator: Tramway::Event::PartakingFeatureDecorator

  def name
    "#{object.title} | #{object.event.title}"
  end

  def title
    "#{fa_icon(object.icon)} #{object.title}".html_safe
  end

  def background
    object.photo
  end

  def anchor
    "section-#{object.id}"
  end

  def event_title
    object.event.title
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tramway-event-1.9.14 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.13 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.12 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.11.2 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.11.1 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.11 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.10.1 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.10 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.9.2 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.9.1 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.9 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.8 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.7 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.6 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.5 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.4 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.3 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.2 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9.1 app/decorators/tramway/event/section_decorator.rb
tramway-event-1.9 app/decorators/tramway/event/section_decorator.rb