From 74ff8cb4f1286bf992139b899b6846dd28ab4099 Mon Sep 17 00:00:00 2001 From: hjust Date: Thu, 3 Sep 2009 18:00:08 +0000 Subject: [PATCH] first steps towards editing of cost_types git-svn-id: https://dev.finn.de/svn/cockpit/trunk@94 7926756e-e54e-46e6-9721-ed318f58905e --- app/helpers/cost_types_helper.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/helpers/cost_types_helper.rb diff --git a/app/helpers/cost_types_helper.rb b/app/helpers/cost_types_helper.rb new file mode 100644 index 0000000000..49c9f48e01 --- /dev/null +++ b/app/helpers/cost_types_helper.rb @@ -0,0 +1,3 @@ +module CostTypesHelper + include CostlogHelper +end \ No newline at end of file