We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Please rename all :as to :from.
:as
:from
:virtual used to read from the model but did not write. This is now done via writeable: false.
:virtual
writeable: false
:empty is now :virtual. It doesn't read or write.
:empty
When you use :virtual or :empty with the new 1.2/2.0 semantics, tell Reform to stop warning you about deprecations.
Reform::Form.reform_2_0!