I m getting this problem while in scaffolding and when i trying to fetch the data from database while my model is communicating very well with database. Please help me.
Error: No route matches "/album_list" with {:method=>:get}
I m getting this problem while in scaffolding and when i trying to fetch the data from database while my model is communicating very well with database. Please help me.
Error: No route matches "/album_list" with {:method=>:get}
Check your routes file. You have to have the routes setup correctly in order for Rails to trigger a controller.
Matt