Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-04-14 15:28:46 +0300
committerStan Hu <stanhu@gmail.com>2016-04-14 17:25:27 +0300
commite450892f5688529b8a49e3ae7598f00dbdda7161 (patch)
treec146f3c3bd314bb625c24b9dc4bfaa0ac6c6efeb /app/controllers/oauth
parentc7e384aab23301ad0ee3559252324fa957d15db3 (diff)
Include GonHelper separately and remove created_at in factory
Diffstat (limited to 'app/controllers/oauth')
-rw-r--r--app/controllers/oauth/applications_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/oauth/applications_controller.rb b/app/controllers/oauth/applications_controller.rb
index 377fef65a92..c6bdd0602c1 100644
--- a/app/controllers/oauth/applications_controller.rb
+++ b/app/controllers/oauth/applications_controller.rb
@@ -1,5 +1,6 @@
class Oauth::ApplicationsController < Doorkeeper::ApplicationsController
include Gitlab::CurrentSettings
+ include Gitlab::GonHelper
include PageLayoutHelper
before_action :verify_user_oauth_applications_enabled