summaryrefslogtreecommitdiff
path: root/app/controllers/emojis_controller.rb
diff options
context:
space:
mode:
authorAnnabel Dunstone <a.dunstone89@gmail.com>2016-02-23 19:37:15 -0600
committerAnnabel Dunstone <a.dunstone89@gmail.com>2016-02-23 19:37:15 -0600
commit476a8049691951c4e1259cdbb164bbf1fca2bd1e (patch)
tree41b6edfbd91bf82c8e0b044bcf3d059c9032f84f /app/controllers/emojis_controller.rb
parent7bb378b33d1f02cbb9b09f0987d1d01cd6316671 (diff)
downloadgitlab-ce-476a8049691951c4e1259cdbb164bbf1fca2bd1e.tar.gz
Update award_emoji test
Diffstat (limited to 'app/controllers/emojis_controller.rb')
-rw-r--r--app/controllers/emojis_controller.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/controllers/emojis_controller.rb b/app/controllers/emojis_controller.rb
index 693e2cc4822..1bec5a7d27f 100644
--- a/app/controllers/emojis_controller.rb
+++ b/app/controllers/emojis_controller.rb
@@ -1,5 +1,6 @@
class EmojisController < ApplicationController
+ layout false
+
def index
- render :index, layout: false
end
end