others payment

This commit is contained in:
Nweni
2017-06-07 13:02:12 +06:30
parent c18b57eca8
commit 9a23716c23
7 changed files with 49 additions and 35 deletions

View File

@@ -0,0 +1,10 @@
class Origami::OthersPaymentsController < BaseOrigamiController
def index
end
def create
end
end