diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 3a75081..caa8d5a 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -2,7 +2,9 @@ class ProjectsController < ApplicationController hobo_model_controller - auto_actions :all + auto_actions :show, :edit, :update, :destroy + + auto_actions_for :owner, [:new, :create] def show @project = find_instance