Search⌘ K
AI Features

Challenge Solution: Dislike Links

Understand how to implement dislike actions in a Rails application by using acts_as_votable methods, configuring routes, and updating views. This lesson guides you through modifying your controller, routes, and views to enable users to register dislikes similarly to likes.

Solution

...
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css

Explanation

...