mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-09 01:14:23 -05:00
Update customer.rb
This commit is contained in:
@@ -26,7 +26,7 @@ class Customer < ActiveRecord::Base
|
|||||||
|
|
||||||
def all
|
def all
|
||||||
without_callback(:initialize, :after, :pull) do
|
without_callback(:initialize, :after, :pull) do
|
||||||
Customer.all
|
Customer.all.sort
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user