Sha256: fd3044bd120a37cc27c3ba4f939837b0554e268d70a44c1f1f99e00c7a2f19cd
Contents?: true
Size: 238 Bytes
Versions: 80
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true class Tramway::Landing::BlockTypes::CardsDecorator < ::Tramway::Core::ApplicationDecorator def image; end def title; end def description; end def button; end def icon; end def path; end end
Version data entries
80 entries across 80 versions & 1 rubygems