Sha256: 31805b09dc48b42a2ba23c1c48ccbb7a941fab5f2f30407659f8f097e7cb296c
Contents?: true
Size: 231 Bytes
Versions: 2
Compression:
Stored size: 231 Bytes
Contents
# frozen_string_literal: true module Yattho module Forms # :nodoc: class Multi < BaseComponent delegate :builder, :form, to: :@input def initialize(input:) @input = input end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yattho_view_components-0.1.1 | lib/yattho/forms/multi.rb |
yattho_view_components-0.0.1 | lib/yattho/forms/multi.rb |