lib/active_fedora/orders/association.rb in activefedora-aggregation-0.5.0 vs lib/active_fedora/orders/association.rb in activefedora-aggregation-0.6.0

- old
+ new

@@ -4,9 +4,13 @@ def initialize(*args) super @target = find_target end + def inspect + "#<ActiveFedora::Orders::Association:#{object_id}>" + end + def reader(*args) @proxy ||= ActiveFedora::Orders::CollectionProxy.new(self) super end