mirror of
https://github.com/redmine/redmine.git
synced 2025-11-15 09:46:02 +01:00
cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19009 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -754,7 +754,8 @@ class Project < ActiveRecord::Base
|
||||
|
||||
safe_attributes(
|
||||
'enabled_module_names',
|
||||
:if => lambda {|project, user|
|
||||
:if =>
|
||||
lambda {|project, user|
|
||||
if project.new_record?
|
||||
if user.admin?
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user