I’m relatively new to rails and have been doing ok with it but I have
run into an issue that I’m sure has a really easy solution that I just
can’t seem to see.
Basically I have an app and have namespaced and admin section to it.
I’m getting the following error:
No route matches {:action=>“show”, :controller=>“admin/carriers”}
I’m relatively new to rails and have been doing ok with it but I have
run into an issue that I’m sure has a really easy solution that I just
can’t seem to see.
Do you want admin_carriers_path? You can probably simplify things
simply by saying form_for([:admin, @carrier], :html => {:multipart =>
true}}