Sha256: aff44921abcc5148f678b788fe35fb76dcb575b4ed60e6e38a8c4e6f05554123

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tramway-event-1.1 app/decorators/tramway/event/section_feature_decorator.rb