Add manager controller for bill signatures
This commit is contained in:
parent
925edb01c7
commit
eb592f8ddf
7 changed files with 115 additions and 0 deletions
4
app/controllers/manager/bill_signatures_controller.rb
Normal file
4
app/controllers/manager/bill_signatures_controller.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
module Manager
|
||||
class BillSignaturesController < Manager::ApplicationController
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue