Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e39d7383 authored by Lucas Nussbaum's avatar Lucas Nussbaum
Browse files

revert use of activesupport

parent ebfdc8cc
No related branches found
No related tags found
No related merge requests found
require 'active_support'
require 'active_support/core_ext/object/deep_dup'
require 'pp'
require 'open-uri'
require 'uri'
......@@ -114,7 +111,7 @@ module G5K
@@global_hash = load_yaml_file_hierarchy
end
# return a deep copy of global_hash
return @@global_hash.deep_dup
return Marshal.load(Marshal.dump(@@global_hash))
end
SITES = get_global_hash['sites'].keys.sort
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment