Sha256: acd58d6275a3399c4e43900ec42cda6c30324c286a1a2ab80c9365fe56221f90
Contents?: true
Size: 222 Bytes
Versions: 5
Compression:
Stored size: 222 Bytes
Contents
# frozen_string_literal: true class Tramway::Landing::Navbar::LinkDecorator < Tramway::ApplicationDecorator def title object[:title] end def link object[:link] end def icon object[:icon] end end
Version data entries
5 entries across 5 versions & 1 rubygems