mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
use "attr_writer" instead of "attr_accessor" for Issue#deleted_attachment_ids
Issue#deleted_attachment_ids is already defined in Issue class. git-svn-id: http://svn.redmine.org/redmine/trunk@18487 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
4074ca0771
commit
3be589df24
@ -56,7 +56,7 @@ class Issue < ActiveRecord::Base
|
|||||||
|
|
||||||
DONE_RATIO_OPTIONS = %w(issue_field issue_status)
|
DONE_RATIO_OPTIONS = %w(issue_field issue_status)
|
||||||
|
|
||||||
attr_accessor :deleted_attachment_ids
|
attr_writer :deleted_attachment_ids
|
||||||
attr_reader :current_journal
|
attr_reader :current_journal
|
||||||
delegate :notes, :notes=, :private_notes, :private_notes=, :to => :current_journal, :allow_nil => true
|
delegate :notes, :notes=, :private_notes, :private_notes=, :to => :current_journal, :allow_nil => true
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user