sqlite3, test coverage improvements, auto auth
This commit is contained in:
@ -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 }
|
||||
|
@ -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 }
|
||||
|
Reference in New Issue
Block a user