Sha256: d3cfb763fd71cfc2a83ade87ef36f686f84a2c122798a452f19cf27fa03eed1d

Contents?: true

Size: 376 Bytes

Versions: 28

Compression:

Stored size: 376 Bytes

Contents

class ::Tramway::Event::SectionFeatureDecorator < ::Tramway::Landing::BlockTypes::FeaturesDecorator
  delegate :icon, to: :object
  delegate :title, to: :object
  delegate :description, to: :object

  def text
    object.description.scan(/<strong>.*?<\/strong>/).join(' ')
  end

  def image
    object.photo.small.url
  end

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

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
tramway-event-1.9.19.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.19 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.18.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.18.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.18 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.17 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.16 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.15 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.14 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.13 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.12 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.11.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.11.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.11 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.10.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.10 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.9.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.9.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.9 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.9.8 app/decorators/tramway/event/section_feature_decorator.rb