From d88f2314f471439ee82ad8c2111df3e002186c63 Mon Sep 17 00:00:00 2001 From: Philipp Tessenow Date: Fri, 26 Nov 2010 11:35:10 +0100 Subject: [PATCH] added CostQuery which is a subclass of Report --- app/models/cost_query/cost_query.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/models/cost_query/cost_query.rb diff --git a/app/models/cost_query/cost_query.rb b/app/models/cost_query/cost_query.rb new file mode 100644 index 0000000000..7aabc36f37 --- /dev/null +++ b/app/models/cost_query/cost_query.rb @@ -0,0 +1,2 @@ +class CostQuery < Report +end \ No newline at end of file