@@ -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 |
se |
|
|
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