Currently running through a ruby on rails guide and I seem to have hit a slight snag. I duplicated a view in one of my view folders:
hello.html.erb and index.html.erb
When trying to access it via browser (localhost:3000/demo/"...") Only the original demo/index works but demo/hello has "No Route Matches"