lib/active_fedora/aggregation.rb in activefedora-aggregation-0.9.0 vs lib/active_fedora/aggregation.rb in activefedora-aggregation-0.10.0

- old
+ new

@@ -7,26 +7,12 @@ module ActiveFedora module Aggregation extend ActiveSupport::Autoload eager_autoload do - autoload :Association - autoload :AggregationExtension autoload :Proxy - autoload :Builder - autoload :Reflection autoload :BaseExtension - autoload :LinkInserter autoload :OrderedReader - autoload :PersistLinks - autoload :OrderedProxy - autoload :AppendsToAggregation - autoload :ProxyOwner - autoload :NullProxy - autoload :DecoratingRepository - autoload :DecoratorWithArguments - autoload :DecoratorList - autoload :ProxyRepository autoload :ListSource end ActiveFedora::Base.include BaseExtension end