aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-06 23:16:13 +0200
committerXavier Noria <fxn@hashref.com>2010-10-06 23:16:13 +0200
commitdb520042b3fbb94fd12f9f8c0458f6b2cd5187a9 (patch)
treecb52db780575ee5c27eeed90721258d1fac55ada /actionpack/lib/action_view
parent2a04110f266b6ccaf94aeeae224af578a9620fbd (diff)
parent3ca6988b782f7ae9da736b090fbf1edd8bc02fcb (diff)
downloadrails-db520042b3fbb94fd12f9f8c0458f6b2cd5187a9.tar.gz
rails-db520042b3fbb94fd12f9f8c0458f6b2cd5187a9.tar.bz2
rails-db520042b3fbb94fd12f9f8c0458f6b2cd5187a9.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r--actionpack/lib/action_view/template/error.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/actionpack/lib/action_view/template/error.rb b/actionpack/lib/action_view/template/error.rb
index 423e1e0bf5..ff256738a9 100644
--- a/actionpack/lib/action_view/template/error.rb
+++ b/actionpack/lib/action_view/template/error.rb
@@ -43,8 +43,9 @@ module ActionView
end
class Template
- # The Template::Error exception is raised when the compilation of the template fails. This exception then gathers a
- # bunch of intimate details and uses it to report a very precise exception message.
+ # The Template::Error exception is raised when the compilation or rendering of the template
+ # fails. This exception then gathers a bunch of intimate details and uses it to report a
+ # precise exception message.
class Error < ActionViewError #:nodoc:
SOURCE_CODE_RADIUS = 3