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-1.12.3.5 app/decorators/tramway/event/event_link_decorator.rb
tramway-event-1.12.3.4 app/decorators/tramway/event/event_link_decorator.rb