summaryrefslogtreecommitdiff
path: root/app/views/users/new.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users/new.html.erb')
-rw-r--r--app/views/users/new.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb
index 418f2e2..331abd4 100644
--- a/app/views/users/new.html.erb
+++ b/app/views/users/new.html.erb
@@ -19,7 +19,7 @@
</p>
<p>
<%= f.label :password_confirm %><br>
- <%= f.text_field :password_confirm %>
+ <%= f.text_field :password_confirmation %>
</p>
<p>
<%= f.submit %>