gitlabhq/app/controllers/project_controller.rb

6 lines
130 B
Ruby
Raw Normal View History

class ProjectController < ApplicationController
before_filter :project
# Authorize
before_filter :add_project_abilities
end