project_controller.rb 130 Bytes Edit Raw Blame History 1 2 3 4 5 class ProjectController < ApplicationController before_filter :project # Authorize before_filter :add_project_abilities end