lib/doing/plugins/export/json_export.rb in doing-2.1.5pre vs lib/doing/plugins/export/json_export.rb in doing-2.1.6pre
- old
+ new
@@ -132,9 +132,10 @@
Doing.logger.debug('Timeline Export:', "#{items_out.count} items output to Timeline")
template
end
end
+ Doing::Plugins.register 'json', :export, self
Doing::Plugins.register 'timeline', :export, self
end
end