diff options
author | Gosha Arinich <me@goshakkk.name> | 2013-01-04 02:57:56 +0300 |
---|---|---|
committer | Gosha Arinich <me@goshakkk.name> | 2013-01-04 02:57:56 +0300 |
commit | 1a59a6dfdca217e31a52779d92aa56b67c6689cb (patch) | |
tree | 90a7eaf117ba6d663a63310273f47f9878f11498 /actionpack | |
parent | ebdb8633bfaddfee05b4207e5c51c7cf6a790f7d (diff) | |
download | rails-1a59a6dfdca217e31a52779d92aa56b67c6689cb.tar.gz rails-1a59a6dfdca217e31a52779d92aa56b67c6689cb.tar.bz2 rails-1a59a6dfdca217e31a52779d92aa56b67c6689cb.zip |
TODO typo fix
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/renderer/streaming_template_renderer.rb | 2 |
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 9cf6eb0c65..01f1367c69 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 "exceptron" is in, refactor this piece to simply re-use exceptron. + # TODO Once "exception" is in, refactor this piece to simply re-use exception. def log_error(exception) #:nodoc: logger = ActionView::Base.logger return unless logger |