diff --git a/app/controllers/api/v2/restful_controller.rb b/app/controllers/api/v2/restful_controller.rb index b64682f3..7cc6a44c 100644 --- a/app/controllers/api/v2/restful_controller.rb +++ b/app/controllers/api/v2/restful_controller.rb @@ -45,7 +45,7 @@ module Api end def current_user - super || token_user || doorkeeper_user || nil + token_user || super || doorkeeper_user || nil end def load_resource