diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-03-02 20:06:40 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-03-02 20:06:40 -0500 |
commit | e6b2993ad072d0cad2e52997c7957aae0a03415c (patch) | |
tree | be7b89d7a81b934d4d5376abd17db9e769b3fd43 /app/views/users | |
parent | e5e485551fb757873f64cc35505426bec1b5da0d (diff) |
I changed the user controller
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/new.html.erb | 2 |
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 %> |