Sha256: 4ab6dd3b723fa6c041191e0a3a1af1cf3d2f272f5bd972957c6ea77f787c9299

Contents?: true

Size: 409 Bytes

Versions: 1

Compression:

Stored size: 409 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', controller: 'user-templates', action: 'signup'
client '/login', controller: 'user-templates', action: 'login'

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
volt-0.8.27.beta7 templates/project/app/main/config/routes.rb