Skip to content

Commit

Permalink
Explicit dependency on Hash#deep_merge extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Mar 29, 2009
1 parent cb5b2ca commit 6f08440
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activesupport/lib/active_support/option_merger.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require 'active_support/core_ext/hash/deep_merge'

module ActiveSupport
class OptionMerger #:nodoc:
instance_methods.each do |method|
Expand Down

0 comments on commit 6f08440

Please sign in to comment.