Use an OrderedHash to fix problems with test suite working in some machines but no in others.

This commit is contained in:
José Valim 2010-01-16 14:32:52 +01:00
parent 394b1ff444
commit ef25da992c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ module Devise
# Store scopes mappings.
mattr_accessor :mappings
@@mappings = {}
@@mappings = ActiveSupport::OrderedHash.new
# Stores the chosen ORM.
mattr_accessor :orm