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

application_controller.rb « projects « controllers « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f2a75175cf83b852525f9021af37244767e2231 (plain)
1
2
3
4
5
class Projects::ApplicationController < ApplicationController
  before_filter :project
  before_filter :repository
  layout 'projects'
end