mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-24 01:11:12 +00:00
cleanup: rubocop: fix Layout/AlignArguments in app/models/issue_relation.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@18919 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8d8173c793
commit
fcf877493e
@ -80,8 +80,8 @@ class IssueRelation < ActiveRecord::Base
|
||||
after_destroy :call_issues_relation_removed_callback
|
||||
|
||||
safe_attributes 'relation_type',
|
||||
'delay',
|
||||
'issue_to_id'
|
||||
'delay',
|
||||
'issue_to_id'
|
||||
|
||||
def safe_attributes=(attrs, user=User.current)
|
||||
if attrs.respond_to?(:to_unsafe_hash)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user