diff --git a/app/views/users/new.html.haml b/app/views/users/new.html.haml --- a/app/views/users/new.html.haml +++ b/app/views/users/new.html.haml @@ -8,7 +8,7 @@ = error_messages_for :user, :header_message => (t 'registration.errors.header') %table - = form_for :user, @user, :url => { :action => 'register' } do |f| + = form_for @user, :url => { :action => 'register' } do |f| %tr %td{:align => "right"} = "#{t 'login_label'}:"