BigW Consortium Gitlab

emojis_controller.rb 85 Bytes
class EmojisController < ApplicationController
  layout false

  def index
  end
end