Created
October 27, 2014 11:34
-
-
Save thesunwave/9ff6c2ffdaca6055ff48 to your computer and use it in GitHub Desktop.
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
Ws42::Application.routes.draw do | |
# Root route | |
root to: "public#index" | |
#Routes | |
match "/about", to: "public#about", via: "get" | |
#Auth routes | |
devise_for :users | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment