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:
authorSimon Knox <psimyn@gmail.com>2018-02-02 16:47:48 +0300
committerSimon Knox <psimyn@gmail.com>2018-02-02 16:47:48 +0300
commit476d3b1aab5c909eacd938f735e59cbbb06dffa7 (patch)
tree1acd966d08131b794524ce5f50e87b6b5e04ea33 /app/controllers/projects
parent16bbcdc64f71a7d2404b5cb05dd08d36e4f6d691 (diff)
fix test
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/notes_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/projects/notes_controller.rb b/app/controllers/projects/notes_controller.rb
index e43c5de51dc..e68d5b011a6 100644
--- a/app/controllers/projects/notes_controller.rb
+++ b/app/controllers/projects/notes_controller.rb
@@ -1,5 +1,6 @@
class Projects::NotesController < Projects::ApplicationController
include NotesActions
+ include NotesHelper
include ToggleAwardEmoji
before_action :authorize_read_note!