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

application_controller.rb « profiles « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52b046ef64f6ee2658bb2d11ff46025f3c24acda (plain)
1
2
3
4
5
# frozen_string_literal: true

class Profiles::ApplicationController < ApplicationController
  layout 'profile'
end