Sha256: 6619fd96bdc3620bda44b911e1b5db8a48e668337bc0cb3a5295837269b6ed84

Contents?: true

Size: 364 Bytes

Versions: 34

Compression:

Stored size: 364 Bytes

Contents

class ::Tramway::Event::SectionFeatureDecorator < ::Tramway::Core::ApplicationDecorator
  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

34 entries across 34 versions & 1 rubygems

Version Path
tramway-event-1.8.10 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.9 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.8 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.7 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.6 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.5 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.4 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.3 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.1.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.8 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.7.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.7.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.7 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.6.4 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.6.3 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.6.2 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.6.1 app/decorators/tramway/event/section_feature_decorator.rb
tramway-event-1.6 app/decorators/tramway/event/section_feature_decorator.rb