diff --git a/activesupport/lib/active_support/ordered_options.rb b/activesupport/lib/active_support/ordered_options.rb index 787a619d7a..ba14907d9e 100644 --- a/activesupport/lib/active_support/ordered_options.rb +++ b/activesupport/lib/active_support/ordered_options.rb @@ -64,7 +64,7 @@ module ActiveSupport end def inspect - "#<#{self.class.name} #{self}>" + "#<#{self.class.name} #{super}>" end end