...

/

Using a Custom Controller

Using a Custom Controller

This lesson will familiarize you with Rails actions and controllers.

We'll cover the following...

At this point, we can see not only that we’ve connected the URL to our controller, but also that Rails is pointing the way to our next step. Namely, we have to tell Rails what to display. ...