class Reform::Form
Constants
- Coercion
- Deserialize
called after populator: form.deserialize(params) as this only included in the typed pipeline, it’s not applied for scalars.
Public Class Methods
default_nested_class()
click to toggle source
# File lib/reform/form.rb, line 5 def self.default_nested_class Form end
Public Instance Methods
skip!()
click to toggle source
# File lib/reform/form.rb, line 113 def skip! Representable::Pipeline::Stop end