i follow the guide, but i find a error in posts/index.html.erb.
<%= link_to ‘Show’, post_path %>`` maybe be change to <%= link_to ‘Show’, post_path(post) %>
thanks for observing that,
however, that bug was fixed 2 months ago by dteoh
as you may see here https://github.com/rails/docrails/commit/404c1a32461f8eb57bd20c58fdfb846c94daaa92
Hey James, Along with this issue, I have observed another issue in code example(extra “}” found in the code under heading- “5.12 Updating Posts”). I have checked in the github, both seems to be resolved but I think these changes has not been released yet.
Thanks, Himanshu