mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
Use an OrderedHash to fix problems with test suite working in some machines but no in others.
This commit is contained in:
@@ -87,7 +87,7 @@ module Devise
|
||||
|
||||
# Store scopes mappings.
|
||||
mattr_accessor :mappings
|
||||
@@mappings = {}
|
||||
@@mappings = ActiveSupport::OrderedHash.new
|
||||
|
||||
# Stores the chosen ORM.
|
||||
mattr_accessor :orm
|
||||
|
||||
Reference in New Issue
Block a user