lib/health-data-standards/export/hdata/metadata.rb in health-data-standards-3.1.1 vs lib/health-data-standards/export/hdata/metadata.rb in health-data-standards-3.2.0

- old
+ new

@@ -6,11 +6,11 @@ template_helper = TemplateHelper.new('hdata') @rendering_context = RenderingContext.new @rendering_context.template_helper = template_helper end - def export(entry, metadata) - @rendering_context.render(:template => 'metadata', :locals => {entry: entry, metadata: metadata}) + def export(entry, metadata, include_namespace=false) + @rendering_context.render(:template => 'metadata', :locals => {entry: entry, metadata: metadata, namespace: include_namespace}) end end end end end \ No newline at end of file