summaryrefslogtreecommitdiffstats
path: root/lib/hcl.rb
diff options
context:
space:
mode:
authorZack Hobson2013-12-22 17:07:49 -0800
committerZack Hobson2013-12-22 17:07:49 -0800
commit0e3581420a697c40ae91c2ad92884cd8e1eebe03 (patch)
treef8228ad368de8e86691c28f7e9e7f3d2c749125c /lib/hcl.rb
parent2f6c16ddba55c516b28fc98302c7659bfc06ef3b (diff)
downloadhcl-0e3581420a697c40ae91c2ad92884cd8e1eebe03.tar.bz2
remove xml processing code
Diffstat (limited to 'lib/hcl.rb')
-rw-r--r--lib/hcl.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/hcl.rb b/lib/hcl.rb
index 8f7be26..f4a085b 100644
--- a/lib/hcl.rb
+++ b/lib/hcl.rb
@@ -7,4 +7,5 @@ module HCl
autoload :Project, 'hcl/project'
autoload :Task, 'hcl/task'
autoload :DayEntry, 'hcl/day_entry'
+ autoload :YajlMiddleware, 'hcl/yajl_middleware'
end