chubbies needs its own way of assigning a current user

This commit is contained in:
Maxwell Salzberg 2011-08-23 17:16:15 -07:00
parent 7f0677ab16
commit bcae8a1952

View file

@ -64,6 +64,10 @@ module Chubbies
@user = User.first
end
def current_user= user
@user = user
end
def redirect_path
'/callback'
end