lib/undies.rb in undies-1.1.0 vs lib/undies.rb in undies-1.2.0
- old
+ new
@@ -1,12 +1,13 @@
require 'undies/template'
+require 'undies/partial'
module Undies
# TODO: maybe implement this pattern??
# class << self
# def new(&block)
# Template.new(&block)
# end
# end
-end
\ No newline at end of file
+end