Skip to content

Instantly share code, notes, and snippets.

@apeniche
Created February 10, 2015 16:55
Show Gist options
  • Save apeniche/d31339bc34f288a6fbd5 to your computer and use it in GitHub Desktop.
Save apeniche/d31339bc34f288a6fbd5 to your computer and use it in GitHub Desktop.
app/main/config/
# 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