##// END OF EJS Templates
Fixed: undefined method `stringify_keys!' error in Issue#attributes_with_tracker_first= with ruby1.9 (#4540)....
Jean-Philippe Lang -
r3175:f6ac12ad9d0b
parent child
Show More
@@ -157,7 +157,7 class Issue < ActiveRecord::Base
157 157 if new_tracker_id
158 158 self.tracker_id = new_tracker_id
159 159 end
160 self.attributes_without_tracker_first = new_attributes, *args
160 send :attributes_without_tracker_first=, new_attributes, *args
161 161 end
162 162 alias_method_chain :attributes=, :tracker_first
163 163
General Comments 0
You need to be logged in to leave comments. Login now