We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a03fb commit 00290daCopy full SHA for 00290da
config/routes.rb
@@ -54,7 +54,6 @@
54
# end
55
56
# You can have the root of your site routed with map.root -- just remember to delete public/index.html.
57
- map.projects_root '', :controller => 'projects', :action => 'index', :conditions => {:subdomain => true}
58
- map.root :controller => 'sessions', :action => 'new'
+ map.root :controller => 'pages', :action => 'home_page'
59
60
end
0 commit comments