Namespace Route and Form_for Method
When you have a namespace in your routes.rb like this:
1 2 3 | |
And you like to have a form like this:
1 2 | |
Change the form_for in this and you’re good to go!
1 2 | |
This might save you some time. ;-)
When you have a namespace in your routes.rb like this:
1 2 3 | |
And you like to have a form like this:
1 2 | |
Change the form_for in this and you’re good to go!
1 2 | |
This might save you some time. ;-)