update call waiter and sale item

This commit is contained in:
Aung Myo
2017-12-06 13:43:22 +06:30
parent f4a7e1baa0
commit 7aa1627e90
2 changed files with 2 additions and 2 deletions

View File

@@ -18,6 +18,6 @@ module SXRestaurants
config.active_record.time_zone_aware_types = [:datetime, :time]
config.active_job.queue_adapter = :sidekiq
config.time_zone = 'Asia/Rangoon'
config.time_zone = 'Asia/Rangoon'
end
end