gitlab-org--gitlab-foss/app/controllers/emojis_controller.rb
2016-02-22 20:16:00 -06:00

5 lines
102 B
Ruby

class EmojisController < ApplicationController
def index
render :index, layout: false
end
end