First remove the file , public/index.html and add a route (to config/routes.rb) like:
then …
For example map.connect' ' :controller => 'Home', :action => ' index'
To specify the Controller and Action for the initial you application Rails.
Share on Facebook

Post a Comment