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

application_controller.rb « dashboard « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 962ea38d6c9c01020e2cc888a1b915261032c5af (plain)
1
2
3
class Dashboard::ApplicationController < ApplicationController
  layout 'dashboard'
end