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: c8be288b9a077ec86c880496a5640baa82ffb5b5 (plain)
1
2
3
class Profiles::ApplicationController < ApplicationController
  layout 'profile'
end