- <%= select(:user, :auth_provider, Auth::PROVIDERS, { :default => "", :tabindex => 4 }) %>
- <%= text_field(:user, :auth_uid, { :tabindex => 5 }) %>
- <%= error_message_on(:user, :auth_uid) %>
+ <%= f.select(:auth_provider, Auth::PROVIDERS, { :default => "", :tabindex => 4 }) %>
+ <%= f.text_field(:auth_uid, { :tabindex => 5 }) %>
+ <%= f.error_message_on(:auth_uid) %>