lib/ae_easy/config.rb in ae_easy-config-0.0.4 vs lib/ae_easy/config.rb in ae_easy-config-0.0.5
- old
+ new
@@ -1,8 +1,8 @@
require 'dh_easy/config'
require 'ae_easy/core'
-DhEasy::Config::Local.default_file_path_list << 'ae_easy.yaml'
-DhEasy::Config::Local.default_file_path_list << 'ae_easy.yml'
+DhEasy::Config::Local.default_file_path_list.insert(0, 'ae_easy.yml')
+DhEasy::Config::Local.default_file_path_list.insert(0, 'ae_easy.yaml')
# (Deprecated) Alias to DhEasy module.
AeEasy = ::DhEasy unless defined? ::AeEasy