Class: Tramway::Event::SectionFeatureDecorator
- Inherits:
-
Landing::BlockTypes::FeaturesDecorator
- Object
- Landing::BlockTypes::FeaturesDecorator
- Tramway::Event::SectionFeatureDecorator
- Defined in:
- app/decorators/tramway/event/section_feature_decorator.rb
Instance Method Summary collapse
Instance Method Details
#anchor ⇒ Object
16 17 18 |
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 16 def anchor "section-#{object.id}" end |
#image ⇒ Object
12 13 14 |
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 12 def image object.photo.small.url end |
#text ⇒ Object
8 9 10 |
# File 'app/decorators/tramway/event/section_feature_decorator.rb', line 8 def text object.description.scan(%r{<strong>.*?</strong>}).join(' ') end |