1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-04 08:13:06 +00:00

cleanup: rubocop: fix Layout/AlignArguments in app/models/version.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@18921 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2019-11-06 08:59:53 +00:00
parent 959573d0bd
commit 4696722a53

View File

@ -153,15 +153,15 @@ class Version < ActiveRecord::Base
}
safe_attributes 'name',
'description',
'effective_date',
'due_date',
'wiki_page_title',
'status',
'sharing',
'default_project_version',
'custom_field_values',
'custom_fields'
'description',
'effective_date',
'due_date',
'wiki_page_title',
'status',
'sharing',
'default_project_version',
'custom_field_values',
'custom_fields'
def safe_attributes=(attrs, user=User.current)
if attrs.respond_to?(:to_unsafe_hash)