Sha256: fef0a6d7b9848e858533f6b0b8ae402ab26e8d5f87dab5b4a53b32dc2e4b02b5
Contents?: true
Size: 436 Bytes
Versions: 19
Compression:
Stored size: 436 Bytes
Contents
# typed: false # frozen_string_literal: true Rails.application.configure do # Configuration for the application, engines, and railties goes here. # # These settings can be overridden in specific environments using the files # in config/environments, which are processed later. # config.time_zone = "UTC" # Remove this in rails 8.1 as it will be the default config.active_support.to_time_preserves_timezone = :zone end
Version data entries
19 entries across 19 versions & 1 rubygems