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.9.26 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.25.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.25 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.24.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.24 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.23.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.23.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.23 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.22 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.21.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.21 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.20.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.20 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.8 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.7 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.6 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.5 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.4 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.3 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.9.19.2 app/decorators/tramway/event/event_link_decorator.rb