diff options
author | Annabel Dunstone <a.dunstone89@gmail.com> | 2016-02-23 19:37:15 -0600 |
---|---|---|
committer | Annabel Dunstone <a.dunstone89@gmail.com> | 2016-02-23 19:37:15 -0600 |
commit | 476a8049691951c4e1259cdbb164bbf1fca2bd1e (patch) | |
tree | 41b6edfbd91bf82c8e0b044bcf3d059c9032f84f /app/controllers/emojis_controller.rb | |
parent | 7bb378b33d1f02cbb9b09f0987d1d01cd6316671 (diff) | |
download | gitlab-ce-476a8049691951c4e1259cdbb164bbf1fca2bd1e.tar.gz |
Update award_emoji test
Diffstat (limited to 'app/controllers/emojis_controller.rb')
-rw-r--r-- | app/controllers/emojis_controller.rb | 3 |
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 |