diff options
author | Ryan Bigg <radarlistener@gmail.com> | 2008-11-12 21:45:51 +1030 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2008-11-12 21:45:51 +1030 |
commit | 451969f57a6dfee8537fb10d179514e011559111 (patch) | |
tree | 1857b9fc07a56c06a9f97fe4de8dc4554fd8a489 /actionpack/lib/action_controller/test_process.rb | |
parent | 7f023b5e3bd62c1f91ee341c1af155c0953e693a (diff) | |
parent | ef3672dddaf6171b2fd9ef5ecc4458e0349a486f (diff) | |
download | rails-451969f57a6dfee8537fb10d179514e011559111.tar.gz rails-451969f57a6dfee8537fb10d179514e011559111.tar.bz2 rails-451969f57a6dfee8537fb10d179514e011559111.zip |
Merge branch 'master' of git@github.com:lifo/docrails
Diffstat (limited to 'actionpack/lib/action_controller/test_process.rb')
-rw-r--r-- | actionpack/lib/action_controller/test_process.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_controller/test_process.rb b/actionpack/lib/action_controller/test_process.rb index f84c48f102..7a31f0e8d5 100644 --- a/actionpack/lib/action_controller/test_process.rb +++ b/actionpack/lib/action_controller/test_process.rb @@ -218,7 +218,7 @@ module ActionController #:nodoc: # Returns the template of the file which was used to # render this response (or nil) def rendered_template - template.send(:_first_render) + template.instance_variable_get(:@_first_render) end # A shortcut to the flash. Returns an empty hash if no session flash exists. |