Link_to rails nested form edit
问题 I just followed the following tutorial and works great. http://www.communityguides.eu/articles/6 However one thing his hard for me and that is an edit. I called my link_to edit has follow <%= link_to 'Edit', edit_article_comment_path(@article, comment) %> Which then bring me to a page with error and not sure why. NoMethodError in Comments#edit Showing /home/jean/rail/voyxe/app/views/comments/_form.html.erb where line #1 raised: undefined method `comment_path' for #<#<Class:0xa8f2410>