Sha256: 493f3c3b9aa7dc79e1dd994927cb82abe7dd818c72ca098e1509d6274f38d7a1
Contents?: true
Size: 295 Bytes
Versions: 161
Compression:
Stored size: 295 Bytes
Contents
# frozen_string_literal: true # :nodoc: class SingleTextFieldForm < ApplicationForm form do |my_form| my_form.text_field( name: :ultimate_answer, label: "Ultimate answer", required: true, caption: "The answer to life, the universe, and everything" ) end end
Version data entries
161 entries across 161 versions & 3 rubygems