Sha256: 6d433869a1ca400e60830829c7a1a2d83de0097e4ae65f1cd9e02da1d24790d2

Contents?: true

Size: 233 Bytes

Versions: 22

Compression:

Stored size: 233 Bytes

Contents

# frozen_string_literal: true

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

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
tramway-event-2.0.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-2.0.0.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-2.0 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.9.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.9 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.8.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.8.1 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.8 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.7 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.6.4 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.6.3 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.6.2 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.6 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.5 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.4 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.3.10 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.3.9 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.3.8 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.3.7 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.3.6 app/decorators/tramway/event/event_link_decorator.rb