aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-06-05 16:51:49 +0000
committerRick Olson <technoweenie@gmail.com>2007-06-05 16:51:49 +0000
commitb83efadb32fe55ba7a7d23d650a8adc1a351eab7 (patch)
treea92fd4097bcbf43479ce0e3ab196be4c6398371b /actionpack/test/template
parented1ed9ed97f7d30ba8221079365634aa9c4bf24c (diff)
downloadrails-b83efadb32fe55ba7a7d23d650a8adc1a351eab7.tar.gz
rails-b83efadb32fe55ba7a7d23d650a8adc1a351eab7.tar.bz2
rails-b83efadb32fe55ba7a7d23d650a8adc1a351eab7.zip
Assume html format when rendering partials in RJS. #8076 [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6950 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/template')
-rw-r--r--actionpack/test/template/prototype_helper_test.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/template/prototype_helper_test.rb b/actionpack/test/template/prototype_helper_test.rb
index b669d20b22..c08bf9c85e 100644
--- a/actionpack/test/template/prototype_helper_test.rb
+++ b/actionpack/test/template/prototype_helper_test.rb
@@ -15,6 +15,10 @@ class Author::Nested < Author; end
module BaseTest
+ def self.included(base)
+ base.send :attr_accessor, :template_format
+ end
+
include ActionView::Helpers::JavaScriptHelper
include ActionView::Helpers::PrototypeHelper
include ActionView::Helpers::ScriptaculousHelper