diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2021-09-11 10:07:01 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2021-09-11 10:07:01 +0000 |
commit | 4ec384d5a62f875cc9faeb19ec8bb22cc135f2ed (patch) | |
tree | 089c56b4eacdc694bb4dab5e787182c3cd139c49 /app | |
parent | bc3938fca31d9a36e4310df1fb80f6c0690b7461 (diff) | |
download | redmine-4ec384d5a62f875cc9faeb19ec8bb22cc135f2ed.tar.gz redmine-4ec384d5a62f875cc9faeb19ec8bb22cc135f2ed.zip |
Fix Layout/MultilineArrayBraceLayout offense (#21210).
git-svn-id: http://svn.redmine.org/redmine/trunk@21218 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/controllers/projects_controller.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index 20846bf27..36f0261f9 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -27,8 +27,7 @@ class ProjectsController < ApplicationController before_action :authorize, :except => [:index, :autocomplete, :list, :new, :create, :copy, :archive, :unarchive, - :destroy - ] + :destroy] before_action :authorize_global, :only => [:new, :create] before_action :require_admin, :only => [:copy, :archive, :unarchive] accept_rss_auth :index |