mirror of
https://github.com/meineerde/redmine.git
synced 2026-04-07 00:11:40 +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
|
after_destroy :call_issues_relation_removed_callback
|
||||||
|
|
||||||
safe_attributes 'relation_type',
|
safe_attributes 'relation_type',
|
||||||
'delay',
|
'delay',
|
||||||
'issue_to_id'
|
'issue_to_id'
|
||||||
|
|
||||||
def safe_attributes=(attrs, user=User.current)
|
def safe_attributes=(attrs, user=User.current)
|
||||||
if attrs.respond_to?(:to_unsafe_hash)
|
if attrs.respond_to?(:to_unsafe_hash)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user