mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update customer.rb
This commit is contained in:
@@ -126,7 +126,7 @@ class Customer < ActiveRecord::Base
|
||||
end
|
||||
|
||||
# remove deleted customers
|
||||
where.not(customers.map(&:id)).destroy_all
|
||||
#where.not(customers.map(&:id)).destroy_all
|
||||
end
|
||||
|
||||
# Magic Method
|
||||
|
||||
Reference in New Issue
Block a user