# File lib/data_mapper/constraints/resource.rb, line 4
      def before_destroy_hook
        enforce_destroy_constraints
        super
      end