Skip to content

Commit

Permalink
remove unused config option
Browse files Browse the repository at this point in the history
  • Loading branch information
jonleighton committed Oct 26, 2012
1 parent d200cb9 commit 6ac33f9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions activerecord/lib/active_record/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ module Core

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
Expand Down

0 comments on commit 6ac33f9

Please sign in to comment.