summaryrefslogtreecommitdiff
path: root/app/views/users/new.html.erb
diff options
context:
space:
mode:
authorDavisLWebb <davislwebb@ymail.com>2014-03-02 20:06:40 -0500
committerDavisLWebb <davislwebb@ymail.com>2014-03-02 20:06:40 -0500
commite6b2993ad072d0cad2e52997c7957aae0a03415c (patch)
treebe7b89d7a81b934d4d5376abd17db9e769b3fd43 /app/views/users/new.html.erb
parente5e485551fb757873f64cc35505426bec1b5da0d (diff)
I changed the user controller
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 %>