Skip to content

Commit 59727c9

Browse files
committed
Use new framework defaults
1 parent 7bce29e commit 59727c9

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class Application < Rails::Application
1111
config.autoload_paths << Rails.root.join("lib")
1212
config.time_zone = 'Pacific Time (US & Canada)'
1313
config.action_mailer.default_url_options = { host: ENV['DEFAULT_URL'] }
14-
config.load_defaults 5.2
14+
config.load_defaults 6.0
1515
end
1616
end

config/initializers/new_framework_defaults_6_0.rb

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)