Files
sx-fc/app/controllers/origami/customers_controller.rb
2017-05-10 01:10:21 +06:30

8 lines
126 B
Ruby

class Origami::CustomersController < BaseOrigamiController
#Form to add customer -
def index
end
def create
end
end