1
0
Fork 0
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:
Vijay Dev 2012-02-01 23:07:59 +05:30
parent 8b80b4b25e
commit 5850ea0560

View file

@ -22,7 +22,7 @@ ActiveSupport::Deprecation.debug = true
# Enable Identity Map only when ENV['IM'] is set to "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
# Connect to the database