lib/tengine/support.rb in tengine_support-0.3.27 vs lib/tengine/support.rb in tengine_support-1.1.0

- old
+ new

@@ -1,7 +1,8 @@ require 'tengine_support' module Tengine::Support - autoload :YamlWithErb, 'tengine/support/yaml_with_erb' - autoload :NullLogger, 'tengine/support/null_logger' - autoload :Config, 'tengine/support/config' + autoload :YamlWithErb, 'tengine/support/yaml_with_erb' + autoload :NullLogger, 'tengine/support/null_logger' + autoload :Config, 'tengine/support/config' + autoload :Mongoid, 'tengine/support/mongoid' end