class ::Tramway::Event::SectionFeatureDecorator < ::Tramway::Core::ApplicationDecorator delegate :icon, to: :object delegate :title, to: :object delegate :description, to: :object alias text description def image object.photo.small.url end end