very strange again !!
say_controller.rb looks like:

class SayController < ApplicationController
def hello
@timee =Time.now
 end
 def goodbye
end
end

/app/view/say/hello.html.erb looks like:

It is now <%= @timee%>
<a href="/say/goodbye">Goodbye</a>

/app/view/say/goodbye.html.erb looks like:

<h1>Good bye buddy!</h1>

                                                     When i click on
Goodbye link given in hello.html.erb file it says
       "No route matches "/say/goodbye" .It made me desperate.i dont
know what this error persist.

Please guide.

Thanks


-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to