Project Challenge: Controller
Explore how to configure the comments_controller in a Ruby on Rails project by creating comments tied to specific links. Learn to handle the create action with proper retrieval and redirection to enhance user experience in your application.
We'll cover the following...
We'll cover the following...
Problem statement
In this challenge, you need to configure comments_controller.rb. Edit the create action to do the following: ...