Rails routing issue
- by Brob
Hi I've just started learning rails and been going through some tutorials from learning rails (http://www.buildingwebapps.com/podcasts/79335-putting-the-page-contents-into-the)
The tutorials appear to be Rails v2 and I'm on Rails v3
There is a line in the routes file which appears to be causing a problem
map.view_page ':name', :controller =>…