Sha256: a269b0517cbbca8aa5d66121c80fa81ac3daa1ee912c7be8f710b3915fbff5ed
Contents?: true
Size: 239 Bytes
Versions: 30
Compression:
Stored size: 239 Bytes
Contents
# frozen_string_literal: true module Primer module Forms # :nodoc: class FormReference < BaseComponent delegate :builder, :form, to: :@input def initialize(input:) @input = input end end end end
Version data entries
30 entries across 30 versions & 1 rubygems