lib/openehr/rm/common.rb in openehr-1.2.1 vs lib/openehr/rm/common.rb in openehr-1.2.2

- old
+ new

@@ -2,13 +2,13 @@ $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__))) module OpenEHR module RM module Common - autoload :Archetyped, 'common/archetyped' - autoload :ChangeControl, 'common/change_control' - autoload :Directory, 'common/directory' - autoload :Generic, 'common/generic.rb' - autoload :Resource, 'common/resource' + require 'common/archetyped' + require 'common/generic' + require 'common/change_control' + require 'common/directory' + require 'common/resource' end end end