Sha256: be4a962b2114205095033b3379ef9220febc93176e4095434a8897d20b198a61

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 Bytes

Contents

# See https://github.com/voltrb/volt#routes for more info on routes

get '/bindings/{{_route_test}}', _action: 'bindings'
get '/bindings', _action: 'bindings'
get '/store', _action: 'store'
get '/cookie_test', _action: 'cookie_test'
get '/flash', _action: 'flash'
get '/todos', _controller: 'todos'
get '/users_test', _controller: 'users_test'

# The main route, this should be last.  It will match any params not previously matched.
get '/', {}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
volt-0.8.21 spec/apps/kitchen_sink/app/main/config/routes.rb
volt-0.8.20 spec/apps/kitchen_sink/app/main/config/routes.rb
volt-0.8.19 spec/apps/kitchen_sink/app/main/config/routes.rb