4 lines
85 B
Ruby
4 lines
85 B
Ruby
class ProjectResourceController < ApplicationController
|
|
before_filter :project
|
|
end
|