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:
@@ -25,8 +25,8 @@ class Customer < ActiveRecord::Base
|
|||||||
self.primary_key = :id
|
self.primary_key = :id
|
||||||
|
|
||||||
def self.all
|
def self.all
|
||||||
without_callback(:initialize, :after, :pull) do
|
Customer.without_callback(:initialize, :after, :pull) do
|
||||||
return all
|
return Customer.all
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user