/Forms

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.

Primary LanguageRuby

Forms

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.

Requirements

Ruby 2.5.3

Installation

Download repository to your local machine, then run

bundle install

Testing

Run:

rails test

Authors