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