Skip to content

Commit

Permalink
Remove deprecated ActiveSupport configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed Feb 22, 2018
1 parent 1ae54f3 commit 56f90f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions spec/dummy/config/initializers/new_framework_defaults.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
# Require `belongs_to` associations by default. Previous versions had false.
Rails.application.config.active_record.belongs_to_required_by_default = true

# Do not halt callback chains when a callback returns false. Previous versions had true.
ActiveSupport.halt_callback_chains_on_return_false = false

# Configure SSL options to enable HSTS with subdomains. Previous versions had false.
Rails.application.config.ssl_options = { hsts: { subdomains: true } }

Expand Down

0 comments on commit 56f90f4

Please sign in to comment.