diff --git a/app/models/issue.rb b/app/models/issue.rb index b9e04610..f4ebb293 100644 --- a/app/models/issue.rb +++ b/app/models/issue.rb @@ -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