So you have the view template
C:/InstantRails/rails_apps/bob/app/views/say/hello.html.erb

and the view template looks like

<h1>HELLO WORLD</h1>

and the controller

C:/InstantRails/rails_apps/bob/app/controllers/say_controller.rb

and the controller looks like

class SayController < ApplicationController
  def hello
  end
end

and you're still getting an error?


-- 
Craig Demyanovich
Mutually Human Software
http://mutuallyhuman.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to