From 702618567b964f609ea84327bb2a24753a821e97 Mon Sep 17 00:00:00 2001 From: "p.tessenow" Date: Fri, 14 May 2010 19:48:10 +0000 Subject: [PATCH] added skeleton to cost_reports_controler git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1086 7926756e-e54e-46e6-9721-ed318f58905e --- app/controllers/cost_reports_controller.rb | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/app/controllers/cost_reports_controller.rb b/app/controllers/cost_reports_controller.rb index 9aa8c276f9..910c2da1c3 100644 --- a/app/controllers/cost_reports_controller.rb +++ b/app/controllers/cost_reports_controller.rb @@ -1,2 +1,25 @@ class CostReportsController < ApplicationController + def list + end + + def show + end + + def new + end + + def create + end + + def edit + end + + def update + end + + def delete + end + + def index + end end \ No newline at end of file