I am trying to create a hello world application, where the controller
(Say) only has one action:
def hello
end
And the view, hello.rhtml, has <h1>HELLO WORLD</h1>. When I run it,
it says Missing template say/hello.html.erb in view path C:/
InstantRails/rails_apps/bob/app/views.
I put hello.rhtml (also tried .html.erb, same error) in that spot, but
it still gives the missing template error.