8 lines
126 B
Ruby
8 lines
126 B
Ruby
class Origami::CustomersController < BaseOrigamiController
|
|
#Form to add customer -
|
|
def index
|
|
end
|
|
def create
|
|
end
|
|
end
|