added skeleton to cost_reports_controler

git-svn-id: https://dev.finn.de/svn/cockpit/branches/reporting_merge@1086 7926756e-e54e-46e6-9721-ed318f58905e
pull/6827/head
p.tessenow 15 years ago
parent 55dff38b2c
commit 702618567b
  1. 23
      app/controllers/cost_reports_controller.rb

@ -1,2 +1,25 @@
class CostReportsController < ApplicationController 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 end
Loading…
Cancel
Save