lib/active_fedora/rdf.rb in active-fedora-7.0.0.rc2 vs lib/active_fedora/rdf.rb in active-fedora-7.0.0.rc3

- old
+ new

@@ -2,7 +2,16 @@ module Rdf extend ActiveSupport::Autoload autoload :NestedAttributes autoload :NodeConfig autoload :Indexing + autoload :Configurable + autoload :Properties + autoload :Identifiable + autoload :Repositories + autoload :Resource + autoload :VocabularyLoader + autoload :ObjectResource + autoload :Term + autoload :List end end