Sha256: 58a4dc30013672d1c25d1f1f0dac21069f094e8b199466142a3f03ed0708d673
Contents?: true
Size: 1.09 KB
Versions: 13
Compression:
Stored size: 1.09 KB
Contents
# See https://github.com/voltrb/volt#routes for more info on routes client '/bindings/{{ route_test }}', action: 'bindings' client '/bindings', action: 'bindings' client '/form', action: 'form' client '/store', action: 'store_demo' client '/cookie_test', action: 'cookie_test' client '/flash', action: 'flash' client '/yield', action: 'yield' client '/first_last', action: 'first_last' client '/todos', controller: 'todos' client '/html_safe', action: 'html_safe' client '/missing', action: 'missing' client '/require_test', action: 'require_test' # Signup/login routes client '/signup', component: 'user_templates', controller: 'signup' client '/login', component: 'user_templates', controller: 'login' # HTTP endpoints get '/simple_http', controller: 'simple_http', action: 'index' get '/simple_http/store', controller: 'simple_http', action: 'show' post '/simple_http/upload', controller: 'simple_http', action: 'upload' # Route for file uploads client '/upload', controller: 'upload', action: 'index' # The main route, this should be last. It will match any params not previously matched. client '/', {}
Version data entries
13 entries across 13 versions & 1 rubygems