Skip to content
Snippets Groups Projects
Commit 6de4e4a6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Include route helper shortcut in controller

parent 128012db
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -2,6 +2,7 @@ require 'gon'
 
class ApplicationController < ActionController::Base
include Gitlab::CurrentSettings
include GitlabRoutingHelper
 
before_filter :authenticate_user_from_token!
before_filter :authenticate_user!
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment