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

6 lines
102 B
Ruby
Raw Normal View History

2016-02-23 02:16:00 +00:00
class EmojisController < ApplicationController
def index
render :index, layout: false
end
end