1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

remove unused config option

This commit is contained in:
Jon Leighton 2012-10-26 16:55:44 +01:00
parent d200cb905e
commit 6ac33f9e4b

View file

@ -74,9 +74,6 @@ module ActiveRecord
class_attribute :connection_handler, instance_writer: false
self.connection_handler = ConnectionAdapters::ConnectionHandler.new
mattr_accessor :dependent_restrict_raises, instance_writer: false
self.dependent_restrict_raises = true
end
module ClassMethods