add new model - shop - it will be use to define what is setup

This commit is contained in:
Min Zeya Phyo
2017-06-03 15:04:53 +06:30
parent bf8679c201
commit eab356233c
3 changed files with 27 additions and 2 deletions

View File

@@ -14,5 +14,8 @@ module SXRestaurants
config.active_record.time_zone_aware_types = [:datetime, :time]
config.active_job.queue_adapter = :sidekiq
# config.generators do |g|
# g.orm :active_record, primary_key_type: :uuid
# end
end
end