Commit 17b3505ab70c4def972f0ef6263459296c31890b
1 parent
a27cc41b
Exists in
master
and in
1 other branch
changed root route to sign_in instead of sign_up to avoid infinite redirects.
Showing
2 changed files
with
3 additions
and
1 deletions
Show diff stats
config/environments/cucumber.rb
config/routes.rb
1 | ActionController::Routing::Routes.draw do |map| | 1 | ActionController::Routing::Routes.draw do |map| |
2 | 2 | ||
3 | - map.root :controller => "clearance/users", :action => "new" | 3 | + map.root :controller => "clearance/sessions", :action => "new" |
4 | 4 | ||
5 | # See how all your routes lay out with "rake routes" | 5 | # See how all your routes lay out with "rake routes" |
6 | 6 |