Skip to content

Commit 00290da

Browse files
committed
root is home_page
1 parent 24a03fb commit 00290da

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

config/routes.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
# end
5555

5656
# 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'
57+
map.root :controller => 'pages', :action => 'home_page'
5958

6059
end

0 commit comments

Comments
 (0)