1 2 3 4 5
class Projects::ApplicationController < ApplicationController before_filter :project before_filter :repository layout 'projects' end