We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf73e0f commit dba6054Copy full SHA for dba6054
config/application.rb
@@ -33,11 +33,6 @@ class Application < Rails::Application
33
# Fixture paths
34
config.fixture_paths = [Rails.root.join('spec/fixtures')]
35
36
- # TODO: The following config should be switched to its default value `true`, but not urgent.
37
- # Rails 5.0: Require `belongs_to` associations by default. Previous versions had false.
38
- # https://railsguides.jp/configuring.html#config-active-record-belongs-to-required-by-default
39
- config.active_record.belongs_to_required_by_default = true
40
-
41
# Rails 8.0: `to_time` will always preserve the full timezone in Rails 8.1.
42
config.active_support.to_time_preserves_timezone = :zone
43
end
0 commit comments