From 3c74f0d74d6acacceb36edda20bcd97cd15ab8e2 Mon Sep 17 00:00:00 2001 From: hjust Date: Tue, 8 Dec 2009 15:43:46 +0000 Subject: [PATCH] Reintroduced n empty Issue#update_costs tp please old migrations. git-svn-id: https://dev.finn.de/svn/cockpit/trunk@396 7926756e-e54e-46e6-9721-ed318f58905e --- lib/issue_patch.rb | 5 +++++ 1 file changed, 5 insertions(+) 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