I tried it!

It is throwing a 404 error:

 The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its 
dependencies) could have been removed, had its name changed, or is 
temporarily unavailable.  Please review the following URL and make sure 
that it is spelled correctly.

Requested URL: /account


Here is the controller:



class AccountController < Controller

  def index
    @message = "Welcome from IronRuby!"
    return view
  end

  def about
    return view
  end

end

And here is the View:

<div>

<h2> Hello from IronRuby! </h2>
</div>

Thanks,
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to