root_url undefined
Friday, August 7th, 2009Problem
On Ruby on Rails, you see the NameError of “undefined local variable or method `root_url’ for #<YourController>”.
Solution
You need to set map.root in config/routes.rb, such as
mpa.root :controller => :welcome