-
Type: Improvement
-
Resolution: Done
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: Docs
In Getting Started (Rails), the user is told to edit the file:
app/view/comments/_comment.html.erb
The correct path to the partial is views not view:
app/views/comments/_comment.html.erb