diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-16 07:51:56 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-16 07:51:56 +0000 |
commit | 4ee4fad19ae44a03ce8179ff11aa8f7681fc4549 (patch) | |
tree | 5c0b61ac81152f6c5dc58b8a62eddabaf0b75179 /app/controllers/projects_controller.rb | |
parent | d42e8b3f5c816f05255d16f2eba2fdfac8166f66 (diff) | |
download | redmine-4ee4fad19ae44a03ce8179ff11aa8f7681fc4549.tar.gz redmine-4ee4fad19ae44a03ce8179ff11aa8f7681fc4549.zip |
Menu items mapping.
git-svn-id: http://svn.redmine.org/redmine/trunk@16077 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/projects_controller.rb')
-rw-r--r-- | app/controllers/projects_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index ad38a15a6..9284b8d09 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -18,7 +18,7 @@ class ProjectsController < ApplicationController menu_item :overview menu_item :settings, :only => :settings - menu_item :projects, :only => [:index, :new, :create] + menu_item :projects, :only => [:index, :new, :copy, :create] before_action :find_project, :except => [ :index, :list, :new, :create, :copy ] before_action :authorize, :except => [ :index, :list, :new, :create, :copy, :archive, :unarchive, :destroy] |