gitlab-ce/app/controllers/projects/application_controller.rb

5 lines
119 B
Ruby

class Projects::ApplicationController < ApplicationController
before_filter :project
before_filter :repository
end