Skip to content

Commit

Permalink
Refactored the OrderedHash related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
raghunadhd committed Feb 9, 2012
1 parent 39a3058 commit 2ee85c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activerecord/lib/active_record/fixtures.rb
Expand Up @@ -3,7 +3,6 @@
require 'zlib'
require 'active_support/dependencies'
require 'active_support/core_ext/object/blank'
require 'active_support/ordered_hash'
require 'active_record/fixtures/file'

if defined? ActiveRecord
Expand Down Expand Up @@ -508,7 +507,7 @@ def initialize(connection, fixture_name, class_name, fixture_path)
@name = fixture_name
@class_name = class_name

@fixtures = ActiveSupport::OrderedHash.new
@fixtures = {}

# Should be an AR::Base type class
if class_name.is_a?(Class)
Expand Down

0 comments on commit 2ee85c3

Please sign in to comment.