Sha256: 1e0180c01174d7136b49d22bd96552ba1a25e72563f1c4d18c40af93cb9ebe49

Contents?: true

Size: 225 Bytes

Versions: 60

Compression:

Stored size: 225 Bytes

Contents

# frozen_string_literal: true

class Tramway::Event::EventLinkDecorator < ::Tramway::Landing::LinkDecorator
  delegate :title, to: :object

  def link
    Tramway::Event::Engine.routes.url_helpers.event_path object
  end
end

Version data entries

60 entries across 60 versions & 1 rubygems

Version Path
tramway-event-1.10.0.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.10.0.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.10 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.31.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.31.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.31 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.30 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.29 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.28.4 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.28.3 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.28.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.28.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.28 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27.6 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27.5 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27.4 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27.3 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.27 app/decorators/tramway/event/event_link_decorator.rb