Sha256: 07d81888444222d5803297a5ea848d971c57c269b18e79b562e80b1335fe803e
Contents?: true
Size: 415 Bytes
Versions: 28
Compression:
Stored size: 415 Bytes
Contents
# See https://github.com/voltrb/volt#routes for more info on routes client '/about', action: 'about' # Routes for login and signup, provided by user_templates component gem client '/signup', component: 'user_templates', controller: 'signup' client '/login', component: 'user_templates', controller: 'login' # The main route, this should be last. It will match any params not # previously matched. client '/', {}
Version data entries
28 entries across 28 versions & 2 rubygems