Sha256: 1b5e84242523c20da38aab3a1dbada5e8624520b2f34a4ae2badebea4116a0d9
Contents?: true
Size: 265 Bytes
Versions: 149
Compression:
Stored size: 265 Bytes
Contents
# frozen_string_literal: true # :nodoc: class BothTypesOfCaptionForm < ApplicationForm form do |caption_form| caption_form.text_field( name: :first_name, label: "First name", required: true, caption: "What you go by." ) end end
Version data entries
149 entries across 149 versions & 3 rubygems