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



14
15
16
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 14

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

#imageObject



10
11
12
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 10

def image
  object.photo.small.url
end

#textObject



6
7
8
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 6

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