ulmic/tramway-dev

View on GitHub
tramway-landing/app/decorators/tramway/landing/form_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

class Tramway::Landing::FormDecorator < ::Tramway::ApplicationDecorator
  delegate_attributes :title, :form_name, :url
end