basic view up with styles

This commit is contained in:
Torsten Ruger
2015-07-29 18:50:03 +03:00
parent 3bad4cc570
commit 264a52c184
7 changed files with 52 additions and 39 deletions

View File

@ -2,12 +2,6 @@
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.