aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/ruby_template.ruby
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-17 10:07:08 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-17 10:07:08 -0500
commitde1060f4e02925c12004f2ae4dd3f28cdb6a8e04 (patch)
tree46876f32f7d9bdeaed1af2fa5610881cfca2f661 /actionpack/test/fixtures/ruby_template.ruby
parente08a564e87dd4a61fb0617db3b1f21f1e81a614d (diff)
downloadrails-de1060f4e02925c12004f2ae4dd3f28cdb6a8e04.tar.gz
rails-de1060f4e02925c12004f2ae4dd3f28cdb6a8e04.tar.bz2
rails-de1060f4e02925c12004f2ae4dd3f28cdb6a8e04.zip
Rename .rb template handler to .ruby to avoid conflicts with mustache views classes
Diffstat (limited to 'actionpack/test/fixtures/ruby_template.ruby')
-rw-r--r--actionpack/test/fixtures/ruby_template.ruby2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/ruby_template.ruby b/actionpack/test/fixtures/ruby_template.ruby
new file mode 100644
index 0000000000..5097bce47c
--- /dev/null
+++ b/actionpack/test/fixtures/ruby_template.ruby
@@ -0,0 +1,2 @@
+body = ""
+body << ["Hello", "from", "Ruby", "code"].join(" ")