Update qbo_controller.rb

This commit is contained in:
2016-08-01 15:52:02 -04:00
committed by GitHub
parent 77fc54dc31
commit c99fe57074

View File

@@ -93,6 +93,8 @@ class QboController < ApplicationController
if entity['name'].eql? "Employee" if entity['name'].eql? "Employee"
QboEmployee.sync_by_id(entity['id'].to_i) QboEmployee.sync_by_id(entity['id'].to_i)
end end
Qbo.update_time_stamp
end end
# The webhook doesn't require a response but let's make sure # The webhook doesn't require a response but let's make sure