update crmad ability

This commit is contained in:
Aung Myo
2017-06-26 19:22:16 +06:30
parent 376af85c64
commit 60fe3b9a67
4 changed files with 23 additions and 5 deletions

View File

@@ -13,6 +13,7 @@ module SXRestaurants
# -- all .rb files in that directory are automatically loaded.
config.active_record.time_zone_aware_types = [:datetime, :time]
config.active_job.queue_adapter = :sidekiq
config.time_zone = 'Asia/Rangoon'
end
end