Hi There.Thanks for this useful application.
I want some static pages on my website and have added a pages scaffold for the same , now my pages are integrated and seem to work fine ,but the register(users/new) URL seems to have been affected.when i click the register link it takes me to the home page..and not to users/new
for accesing the pages i ahev added only the following line in the routes.rb
>> map.resources :pages
whats going wrong ? please guide.