# File lib/dm-core/collection.rb, line 726
    def clear
      if loaded?
        resources_removed(self)
      end
      super
    end