Sha256: 25ffa60634c91a550015441d962df73d8fb1422155fac7fad65fa6142b396d42
Contents?: true
Size: 271 Bytes
Versions: 163
Compression:
Stored size: 271 Bytes
Contents
# frozen_string_literal: true # :nodoc: class AfterContentForm < ApplicationForm form do |after_content_form| after_content_form.text_field( name: :first_name, label: "First name", required: true, caption: "What you go by." ) end end
Version data entries
163 entries across 163 versions & 3 rubygems