/re-former

Rails forms

Primary LanguageRuby

Re-Former

Re-Former is a project that creates multiple forms in Ruby on Rails using various methods: HTML forms, Rails forms with form_tag, and Rails forms with form_for. This project also implements displaying error messages on failed validations.`

To view this project, clone this repository and run a local rails server. Then, visit the paths /users/new and users/:id/edit.

This project is part of The Odin Project curriculum.