Tagged Questions
0
votes
1answer
183 views
Named Routes in Rails: how to capture a custom url and then send params to update
I want to have this exact named route that I can put in views:
<%= link_to publish_review_path(@review) %>
... I would like it to map to a path like this:
"/reviews/3456/publish"
... and ...