Created
February 10, 2015 16:55
-
-
Save apeniche/d31339bc34f288a6fbd5 to your computer and use it in GitHub Desktop.
app/main/config/
This file contains 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
# See https://github.com/voltrb/volt#routes for more info on routes | |
# Routes for login and signup, provided by user-templates component gem | |
get '/signup', _controller: 'user-templates', _action: 'signup' | |
get '/login', _controller: 'user-templates', _action: 'login' | |
# The main route, this should be last. It will match any params not | |
# previously matched. | |
get '/', {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment