Skip to content

Commit

Permalink
Merge pull request rails#22786 from jonatack/remove-whitespace
Browse files Browse the repository at this point in the history
✂️ whitespace in generated config files [skip ci]
  • Loading branch information
claudiob committed Dec 24, 2015
2 parents fefd76e + a92b3b4 commit 1e42a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Be sure to restart your server when you modify this file.

# Require `belongs_to` associations by default. This is a new Rails 5.0 default,
# Require `belongs_to` associations by default. This is a new Rails 5.0 default,
# so introduced as a config to ensure apps made with earlier versions of Rails aren't affected when upgrading.
Rails.application.config.active_record.belongs_to_required_by_default = true
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Be sure to restart your server when you modify this file.

# Do not halt callback chains when a callback returns false. This is a new Rails 5.0 default,
# Do not halt callback chains when a callback returns false. This is a new Rails 5.0 default,
# so introduced as a config to ensure apps made with earlier versions of Rails aren't affected when upgrading.
ActiveSupport.halt_callback_chains_on_return_false = false

0 comments on commit 1e42a4d

Please sign in to comment.