From ab55ddcc4c5cf31bcaf7720b52dc55d6d54cb150 Mon Sep 17 00:00:00 2001
From: Ryan Bigg <radarlistener@gmail.com>
Date: Sat, 4 Apr 2009 16:11:14 +1000
Subject: Documented performed?

---
 actionpack/lib/action_controller/base.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'actionpack')

diff --git a/actionpack/lib/action_controller/base.rb b/actionpack/lib/action_controller/base.rb
index 1eda6e3f04..4fc52c1470 100644
--- a/actionpack/lib/action_controller/base.rb
+++ b/actionpack/lib/action_controller/base.rb
@@ -1305,7 +1305,8 @@ module ActionController #:nodoc:
           end
         end
       end
-
+      
+      # Returns true if a render or redirect has already been performed.
       def performed?
         @performed_render || @performed_redirect
       end
-- 
cgit v1.2.3