This is the fourth project from the Rails curriculum at Microverse - @microverseinc
In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.
Ruby 2.5.3
Download repository to your local machine, then run
bundle install
Run:
rails test