sqlite3, test coverage improvements, auto auth

This commit is contained in:
2015-10-23 19:34:59 -05:00
parent 41ceccc5b5
commit 7ddf93578e
15 changed files with 143 additions and 83 deletions

View File

@ -1,3 +1,3 @@
%h2 Edit #{@user.name}
= render partial: 'form', locals: {form_action: edit_user_path}
= render partial: 'form', locals: { form_action: edit_user_path }

View File

@ -1,3 +1,3 @@
%h2 Register a new User
= render partial: 'form', locals: {form_action: add_user_path}
= render partial: 'form', locals: { form_action: add_user_path }