mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 08:54:23 -05:00
Update customer.rb
This commit is contained in:
@@ -26,9 +26,8 @@ class Customer < ActiveRecord::Base
|
||||
|
||||
def all
|
||||
without_callback(:initialize, :after, :pull) do
|
||||
@@customers = Customer.all
|
||||
Customer.all
|
||||
end
|
||||
return @@customers
|
||||
end
|
||||
|
||||
# returns a human readable string
|
||||
|
||||
Reference in New Issue
Block a user