gitlab-org--gitlab-foss/app/controllers/emojis_controller.rb
2016-02-23 19:37:15 -06:00

6 lines
85 B
Ruby

class EmojisController < ApplicationController
layout false
def index
end
end