gitlab-org--gitlab-foss/app/controllers/emojis_controller.rb

7 lines
85 B
Ruby

class EmojisController < ApplicationController
layout false
def index
end
end