1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

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

View file

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