Skip to content

Commit

Permalink
hiding the home page behidn login
Browse files Browse the repository at this point in the history
  • Loading branch information
kale authored and kale committed Feb 4, 2010
1 parent 8b9a15c commit 2bbe10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# map.connect 'products/:id', :controller => 'catalog', :action => 'view'
# Keep in mind you can assign values other than :controller and :action

map.home '', :controller => 'welcome'
map.home '', :controller => 'account', :action => 'login'

map.signin 'login', :controller => 'account', :action => 'login'
map.signout 'logout', :controller => 'account', :action => 'logout'
Expand Down

0 comments on commit 2bbe10f

Please sign in to comment.