add users controller and intermediate username step

This commit is contained in:
Zachary Chai
2016-10-19 11:47:37 -04:00
parent d26d4a86bd
commit 015dd7cda4
10 changed files with 95 additions and 8 deletions

View File

@ -0,0 +1,3 @@
<div class="page-wrapper user edit">
<%= render 'form', user: @user %>
</div>