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

Version Path
volt-0.9.4.pre3 templates/project/app/main/config/routes.rb
volt-0.9.4.pre2 templates/project/app/main/config/routes.rb
volt-0.9.4.pre1 templates/project/app/main/config/routes.rb
volt-0.9.3 templates/project/app/main/config/routes.rb
volt-0.9.3.pre6 templates/project/app/main/config/routes.rb
volt-0.9.3.pre5 templates/project/app/main/config/routes.rb
volt-0.9.3.pre4 templates/project/app/main/config/routes.rb
volt-0.9.3.pre3 templates/project/app/main/config/routes.rb
volt-0.9.3.pre2 templates/project/app/main/config/routes.rb
volt-0.9.3.pre1 templates/project/app/main/config/routes.rb
volt-0.9.2 templates/project/app/main/config/routes.rb
volt-0.9.1 templates/project/app/main/config/routes.rb
volt-0.9.1.pre5 templates/project/app/main/config/routes.rb
volt-0.9.1.pre4 templates/project/app/main/config/routes.rb
volt-0.9.1.pre3 templates/project/app/main/config/routes.rb
volt-0.9.1.pre2 templates/project/app/main/config/routes.rb
volt-wysiwyg-0.0.1 example/app/main/config/routes.rb
volt-0.9.1.pre1 templates/project/app/main/config/routes.rb
volt-0.9.0 templates/project/app/main/config/routes.rb
volt-0.9.0.pre7 templates/project/app/main/config/routes.rb