Sha256: 6807876b9838d2b7e5cc682e8135910be83b0fab62cb2d2621db96754f90ac53
Contents?: true
Size: 195 Bytes
Versions: 34
Compression:
Stored size: 195 Bytes
Contents
# frozen_string_literal: true class Tramway::Landing::BlockLinkDecorator < ::Tramway::Landing::Navbar::LinkDecorator delegate :title, to: :object def link "##{object.anchor}" end end
Version data entries
34 entries across 34 versions & 1 rubygems