]> git.openstreetmap.org Git - rails.git/blobdiff - app/controllers/application_controller.rb
Make OAuth work again
[rails.git] / app / controllers / application_controller.rb
index e5763876762f7aaa3bc4603610072b623b34c553..44307d482e90e7afaca8e01c15be347f8208b7b7 100644 (file)
@@ -366,6 +366,11 @@ private
     return [user, pass] 
   end 
 
+  # used by oauth plugin to get the current user
+  def current_user
+    @user
+  end
+
   # used by oauth plugin to set the current user
   def current_user=(user)
     @user=user