Sep 14, 2017 4 min
Validating Form Objects
There’s one question that comes up soon after starting to use form objects :
Mar 13, 2017 3 min
Creating Form Objects with ActiveModel
A form object is an object designed specifically to be passed to form_for . It is often used to aggregate data to create multiple objects or to receive ephemeral data that is used and then discarded.