lib/handlebars.rb in handlebars-0.3.0 vs lib/handlebars.rb in handlebars-0.3.1
- old
+ new
@@ -1,6 +1,7 @@
module Handlebars
- autoload :Context, 'handlebars/context'
- autoload :Template, 'handlebars/template'
- autoload :SafeString, 'handlebars/safe_string'
+ autoload :Context, 'handlebars/context'
+ autoload :Template, 'handlebars/template'
+ autoload :Partials, 'handlebars/partials'
+ autoload :SafeString, 'handlebars/safe_string'
end