Hi all,
I'm having a problem with the default index page on an app I've
recently uploaded to http://lebronandkobe2.heroku.com.
I want my custom "signatures" controller to appear instead of the the
standard Rails "welcome" screen. I changed config/routes.rb
(map.root :controller => "signatures"), which works on my local
Mongrel server. However it does not work on Heroku. I also ran
"heroku rake routes" which reports that my change should have worked.
>From the log file:
root /
{:action=>"index", :controller=>"signatures"}
Any advice is much appreciated!
(FYI, the page I am trying to load by default is available
http://lebronandkobe2.heroku.com/signatures)
Thanks!
Brett
--
You received this message because you are subscribed to the Google Groups
"Heroku" 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/heroku?hl=en.