gitlab-org--gitlab-foss/app/controllers/profiles/application_controller.rb

4 lines
85 B
Ruby

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