Created
January 10, 2013 15:37
-
-
Save mrpunkin/4502921 to your computer and use it in GitHub Desktop.
Recently moved signup / login to our homepage. Any reason not to do this?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root :to => 'application#index', :as => :home | |
| root :to => 'application#index', :as => :new_user, :via=>:get, :defaults=>{:anchor=>"signup"} | |
| root :to => 'application#index', :as => :login_users, :via=>:get |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment