Quantcast
Channel: No route error for nested resources in Rails - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by numbers1311407 for No route error for nested resources in Rails

You need to pass the user to the route method, like:new_user_album_path(@user)

View Article



No route error for nested resources in Rails

Hi this is my first time using nested resources. I did rake routes and found a path to new_user_album_path, but it doesn't seem to work. Could the problem be because I did a double nest?The problem is...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images