ulmic/tramway-dev

View on GitHub
tramway-landing/app/decorators/tramway/landing/block_types/cards_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
# 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