Which route when combining two HTML create forms
Let's say I have the routes
/magazines/new
/magazines/:magazines_ads/new
but I want to display both forms on the same page, because they are very
small and for convenience it would make more sense. How would one handle
this situation normally?
No comments:
Post a Comment