6 lines
130 B
Ruby
6 lines
130 B
Ruby
|
class ProjectController < ApplicationController
|
||
|
before_filter :project
|
||
|
# Authorize
|
||
|
before_filter :add_project_abilities
|
||
|
end
|