aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2013-01-04 09:06:40 +0900
committerAkira Matsuda <ronnie@dio.jp>2013-01-04 09:06:40 +0900
commit034982ef2237dea5bf3576aeba10c6f24be8e501 (patch)
tree5701a931d0034e652aee475da58cf48a91f2c2bf
parent1a59a6dfdca217e31a52779d92aa56b67c6689cb (diff)
downloadrails-034982ef2237dea5bf3576aeba10c6f24be8e501.tar.gz
rails-034982ef2237dea5bf3576aeba10c6f24be8e501.tar.bz2
rails-034982ef2237dea5bf3576aeba10c6f24be8e501.zip
Revert "TODO typo fix"
This reverts commit 1a59a6dfdca217e31a52779d92aa56b67c6689cb. I guess it's not a typo: https://github.com/jorlhuda/exceptron
-rw-r--r--actionpack/lib/action_view/renderer/streaming_template_renderer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/renderer/streaming_template_renderer.rb b/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
index 01f1367c69..9cf6eb0c65 100644
--- a/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
+++ b/actionpack/lib/action_view/renderer/streaming_template_renderer.rb
@@ -28,7 +28,7 @@ module ActionView
private
# This is the same logging logic as in ShowExceptions middleware.
- # TODO Once "exception" is in, refactor this piece to simply re-use exception.
+ # TODO Once "exceptron" is in, refactor this piece to simply re-use exceptron.
def log_error(exception) #:nodoc:
logger = ActionView::Base.logger
return unless logger