lib/open_ehr/am.rb in open_ehr-0.9.4 vs lib/open_ehr/am.rb in open_ehr-0.9.5
- old
+ new
@@ -2,7 +2,9 @@
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module OpenEHR
module AM
autoload :Archetype, 'am/archetype'
+ autoload :OpenEHRProfile, 'am/openehr_profile'
+
end
end