Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_tracker_first= with ruby1.9 (#4540).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3289 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
75ac722ebc
commit
f6ac12ad9d
|
@ -157,7 +157,7 @@ class Issue < ActiveRecord::Base
|
|||
if new_tracker_id
|
||||
self.tracker_id = new_tracker_id
|
||||
end
|
||||
self.attributes_without_tracker_first = new_attributes, *args
|
||||
send :attributes_without_tracker_first=, new_attributes, *args
|
||||
end
|
||||
alias_method_chain :attributes=, :tracker_first
|
||||
|
||||
|
|
Loading…
Reference in New Issue