Rails 3 link_to routes (edit) nested resources

后端 未结 3 589
旧时难觅i
旧时难觅i 2021-01-05 05:18

Sorry if this has been asked elsewhere, but I can\'t figure this out. I have a forum with sections, topics, and replies. I\'m trying to edit and delete replies from the show

3条回答
  •  情歌与酒
    2021-01-05 06:08

    I think the right order should be:

    <%= link_to 'Edit', edit_section_topic_reply_path(@section, @topic, @reply) %>
    

提交回复
热议问题