lib/health-data-standards/export/html.rb in health-data-standards-1.0.1 vs lib/health-data-standards/export/html.rb in health-data-standards-2.0.0
- old
+ new
@@ -1,21 +1,17 @@
module HealthDataStandards
module Export
module HTML
include TemplateHelper
- def export(patient)
+ def export(patient)
self.template_format = "html"
+ self.template_subdir = "html"
render(:template => 'show', :locals => {:patient => patient})
end
extend self
-
-
-
-
-
-
-
+
+
end
end
end
\ No newline at end of file