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

6 lines
139 B
Ruby
Raw Normal View History

class Projects::ApplicationController < ApplicationController
2013-03-24 15:12:28 +00:00
before_filter :project
before_filter :repository
layout 'projects'
end