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