diff --git a/lib/issue_patch.rb b/lib/issue_patch.rb index e36efd2914..e718400364 100644 --- a/lib/issue_patch.rb +++ b/lib/issue_patch.rb @@ -71,6 +71,11 @@ module IssuePatch return self.cost_object.subject end end + + def update_costs! + # This methods ist referenced from some migrations but does nothing + # anymore. + end end end