fix timezone - time with local timezone to default timezone
This commit is contained in:
@@ -35,7 +35,7 @@ Rails.application.configure do
|
||||
config.active_support.deprecation = :log
|
||||
|
||||
# Raise an error on page load if there are pending migrations.
|
||||
config.active_record.migration_error = :page_load
|
||||
config.active_record.migration_error = true
|
||||
|
||||
# Debug mode disables concatenation and preprocessing of assets.
|
||||
# This option may cause significant delays in view rendering with a large
|
||||
|
||||
Reference in New Issue
Block a user