Sha256: 8e4e04cf5440306fdbfdcf0ccbb95303aed2a28ccee68333a7b79b696096ece8

Contents?: true

Size: 705 Bytes

Versions: 55

Compression:

Stored size: 705 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', action: 'index'
client '/password_reset', component: 'user_templates', controller: 'password_reset', action: 'index'
client '/forgot', component: 'user_templates', controller: 'login', action: 'forgot'
client '/account', component: 'user_templates', controller: 'account', action: 'index'

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

Version data entries

55 entries across 55 versions & 12 rubygems

Version Path
volt-repo_cache-0.1.8 spec/dummy/app/main/config/routes.rb
volt-table-0.1.3 spec/dummy/app/main/config/routes.rb
volt-table-0.1.1 spec/dummy/app/main/config/routes.rb
volt-repo_cache-0.1.7 spec/dummy/app/main/config/routes.rb
volt-table-0.1.0 spec/dummy/app/main/config/routes.rb
volt-chosen-0.1.3 spec/dummy/app/main/config/routes.rb
volt-chosen-0.1.2 spec/dummy/app/main/config/routes.rb
volt-chosen-0.1.1 spec/dummy/app/main/config/routes.rb
volt-chosen-0.1.0 spec/dummy/app/main/config/routes.rb
volt-repo_cache-0.1.6 spec/dummy/app/main/config/routes.rb
volt-repo_cache-0.1.5 spec/dummy/app/main/config/routes.rb
volt-repo_cache-0.1.4 spec/dummy/app/main/config/routes.rb
volt-easypiechart-0.3.0 spec/dummy/app/main/config/routes.rb
volt-0.9.7.pre8 templates/project/app/main/config/routes.rb
volt-0.9.7.pre7 templates/project/app/main/config/routes.rb
volt-0.9.7.pre6 templates/project/app/main/config/routes.rb
volt-0.9.7.pre5 templates/project/app/main/config/routes.rb
volt-osmaps-0.1.8 spec/dummy/app/main/config/routes.rb
volt-0.9.7.pre3 templates/project/app/main/config/routes.rb
volt-redis_message_bus-0.1.1 spec/dummy/app/main/config/routes.rb