mirror of
https://github.com/redmine/redmine.git
synced 2026-01-21 06:53:08 +01: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user