Files
sx-fc/app/controllers/origami/others_payments_controller.rb
2017-06-07 13:02:12 +06:30

11 lines
109 B
Ruby

class Origami::OthersPaymentsController < BaseOrigamiController
def index
end
def create
end
end