diff -r adc8466df404 -r 753f1380d6bc app/controllers/.svn/text-base/enumerations_controller.rb.svn-base
--- a/app/controllers/.svn/text-base/enumerations_controller.rb.svn-base
+++ b/app/controllers/.svn/text-base/enumerations_controller.rb.svn-base
@@ -75,10 +75,12 @@
       # No associated objects
       @enumeration.destroy
       redirect_to :action => 'index'
+      return
     elsif params[:reassign_to_id]
       if reassign_to = @enumeration.class.find_by_id(params[:reassign_to_id])
         @enumeration.destroy(reassign_to)
         redirect_to :action => 'index'
+        return
       end
     end
     @enumerations = @enumeration.class.find(:all) - [@enumeration]
