If you were creating a new user for someone else but were already logged in, you did not see your user as logged in on this page. --- src/app/controllers/users_controller.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/app/controllers/users_controller.rb b/src/app/controllers/users_controller.rb index a26d8d2..0ba3994 100644 --- a/src/app/controllers/users_controller.rb +++ b/src/app/controllers/users_controller.rb @@ -21,6 +21,7 @@ class UsersController < ApplicationController before_filter :require_user, :only => [:show, :edit, :update] + before_filter :current_user, :only => :new def new @user = User.new -- 1.7.2.2 _______________________________________________ deltacloud-devel mailing list deltacloud-devel@lists.fedorahosted.org https://fedorahosted.org/mailman/listinfo/deltacloud-devel