...

/

Challenge Solution: Partials

Challenge Solution: Partials

The solution to the Partials challenge.

Solution

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

Explanation

app/views/comments/_form.html.erb

The _form partial will contain the code you ...