Class: Tramway::Event::SectionFeatureDecorator

Inherits:
Landing::BlockTypes::FeaturesDecorator
  • Object
show all
Defined in:
app/decorators/tramway/event/section_feature_decorator.rb

Instance Method Summary collapse

Instance Method Details

#anchorObject



16
17
18
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 16

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

#imageObject



12
13
14
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 12

def image
  object.photo.small.url
end

#textObject



8
9
10
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 8

def text
  object.description.scan(%r{<strong>.*?</strong>}).join(' ')
end