summaryrefslogtreecommitdiff
path: root/lib/hashie.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hashie.rb')
-rw-r--r--lib/hashie.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hashie.rb b/lib/hashie.rb
index 7f88ed4..8f526c4 100644
--- a/lib/hashie.rb
+++ b/lib/hashie.rb
@@ -41,6 +41,7 @@ module Hashie
autoload :IndifferentAccess, 'hashie/extensions/dash/indifferent_access'
autoload :PropertyTranslation, 'hashie/extensions/dash/property_translation'
autoload :Coercion, 'hashie/extensions/dash/coercion'
+ autoload :PredefinedValues, 'hashie/extensions/dash/predefined_values'
end
module Mash