mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update customers_controller.rb
This commit is contained in:
@@ -21,6 +21,14 @@ class CustomersController < ApplicationController
|
|||||||
@customers = QboCustomer.paginate(:page => params[:page])
|
@customers = QboCustomer.paginate(:page => params[:page])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def new
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
|
def create
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
# display a specific customer
|
# display a specific customer
|
||||||
def show
|
def show
|
||||||
@customer = QboCustomer.find_by_id(params[:id])
|
@customer = QboCustomer.find_by_id(params[:id])
|
||||||
@@ -48,4 +56,8 @@ class CustomersController < ApplicationController
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def destroy
|
||||||
|
|
||||||
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user