aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/template_error_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused assigns from ActionView::Template::Errorbrainopia2012-01-201-2/+2
| | | | | They existed since initial rails commit by DHH but lost use a long time ago
* Ensure original exception message is present in both Template::Error#message ↵John Firebaugh2010-10-291-0/+13
and Template::Error#inspect. Previously, #inspect would produce #<ActionView::Template::Error: ActionView::Template::Error>, which is not very useful.