Basic Challenge: Configure Route
Understand how to configure the root route in a Ruby on Rails application by setting it to the index action of the links controller. This lesson helps you direct the application's homepage effectively, a crucial step when building your first Rails app with models and user features.
We'll cover the following...
We'll cover the following...
Problem statement
In this ...