Add manager controller for bill signatures

This commit is contained in:
Nicolas Bouilleaud 2019-05-17 10:43:50 +02:00
parent 925edb01c7
commit eb592f8ddf
7 changed files with 115 additions and 0 deletions

View file

@ -0,0 +1,4 @@
module Manager
class BillSignaturesController < Manager::ApplicationController
end
end