Skip to content

Rails without welcome screen Aboard

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

Your email is never published nor shared. Required fields are marked *
*
*