Hello,
I have this project : https://github.com/RoelofWobben/ruby_blog
but on some way I cannot find out does the articles on a article do not get saved or shown.
And I see after a save on comments that it get redirected to localhost:3000/article/1/comments instead of localhost:3000/article/1
The form to enter the comments begins here : https://github.com/RoelofWobben/ruby_blog/blob/main/app/views/articles/show.html.erb#L71
can someone help me figure out why this happens and how I can save the comments?