mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix a typo [ci skip]
This commit is contained in:
parent
8b80b4b25e
commit
5850ea0560
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ ActiveSupport::Deprecation.debug = true
|
||||||
# Enable Identity Map only when ENV['IM'] is set to "true"
|
# Enable Identity Map only when ENV['IM'] is set to "true"
|
||||||
ActiveRecord::IdentityMap.enabled = (ENV['IM'] == "true")
|
ActiveRecord::IdentityMap.enabled = (ENV['IM'] == "true")
|
||||||
|
|
||||||
# Avoid deprecation warning setting dependent_restric_raises to false. The default is true
|
# Avoid deprecation warning setting dependent_restrict_raises to false. The default is true
|
||||||
ActiveRecord::Base.dependent_restrict_raises = false
|
ActiveRecord::Base.dependent_restrict_raises = false
|
||||||
|
|
||||||
# Connect to the database
|
# Connect to the database
|
||||||
|
|
Loading…
Reference in a new issue