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