Challenge Solution: Partials
The solution to the Partials challenge.
We'll cover the following...
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 ...