Welcome to mirror list, hosted at ThFree Co, Russian Federation.

emojis_controller.rb « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bec5a7d27fffa82ec172648727576a54fbbc45f (plain)
1
2
3
4
5
6
class EmojisController < ApplicationController
  layout false

  def index
  end
end