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:
@@ -18,7 +18,9 @@ class CustomersController < ApplicationController
|
|||||||
|
|
||||||
# display a list of all customers
|
# display a list of all customers
|
||||||
def index
|
def index
|
||||||
@customers = Customer.paginate(:page => params[:page])
|
Customer.without_callback(:initialize, :after, :pull) do
|
||||||
|
@customers = Customer.paginate(:page => params[:page])
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def new
|
def new
|
||||||
|
|||||||
Reference in New Issue
Block a user