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

6 lines
139 B
Ruby

class Projects::ApplicationController < ApplicationController
before_filter :project
before_filter :repository
layout 'projects'
end