Form object validations in Rails 4
We have written a blog post about how to write, and validate form objects here. Examples in the blog don’t use any gems, and just use services provided by ActiveModel::Model to implement form objects.
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
We have written a blog post about how to write, and validate form objects here. Examples in the blog don’t use any gems, and just use services provided by ActiveModel::Model to implement form objects.
Post a comment