mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54: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])
|
||||
end
|
||||
|
||||
def new
|
||||
|
||||
end
|
||||
|
||||
def create
|
||||
|
||||
end
|
||||
|
||||
# display a specific customer
|
||||
def show
|
||||
@customer = QboCustomer.find_by_id(params[:id])
|
||||
@@ -48,4 +56,8 @@ class CustomersController < ApplicationController
|
||||
end
|
||||
end
|
||||
|
||||
def destroy
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user