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