Sha256: b5406558ae89c2157e41b99fc21f40431f8baac90b14d7ea79b0aac49d09fc88

Contents?: true

Size: 402 Bytes

Versions: 7

Compression:

Stored size: 402 Bytes

Contents

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

get '/about', _action: 'about'

# 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 '/', {}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
volt-0.8.27.beta3 templates/project/app/main/config/routes.rb
volt-0.8.27.beta2 templates/project/app/main/config/routes.rb
volt-0.8.27.beta1 templates/project/app/main/config/routes.rb
volt-0.8.26.beta1 templates/project/app/main/config/routes.rb
volt-0.8.26 templates/project/app/main/config/routes.rb
volt-0.8.24 templates/project/app/main/config/routes.rb
volt-0.8.23 templates/project/app/main/config/routes.rb