summaryrefslogtreecommitdiff
path: root/app/controllers/projects/application_controller.rb
blob: 1f2a75175cf83b852525f9021af37244767e2231 (plain)
1
2
3
4
5
class Projects::ApplicationController < ApplicationController
  before_filter :project
  before_filter :repository
  layout 'projects'
end