aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-12 01:56:55 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-12 01:56:55 +0000
commit6e3e5cadfbd7db407364bf2571a5003cf3733480 (patch)
treecee5b1b08e026a7a7e679fdf5b7d42236f9eea07 /actionpack/test/fixtures
parent8e8b6b9e403cdeb57d0ba373bff6498dc7f9f5df (diff)
downloadrails-6e3e5cadfbd7db407364bf2571a5003cf3733480.tar.gz
rails-6e3e5cadfbd7db407364bf2571a5003cf3733480.tar.bz2
rails-6e3e5cadfbd7db407364bf2571a5003cf3733480.zip
Added option to render action/template/file of a specific extension (and here by template type). This means you can have multiple templates with the same name but a different extension [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3841 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/hello_world.rxml3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/hello_world.rxml b/actionpack/test/fixtures/test/hello_world.rxml
new file mode 100644
index 0000000000..bffd2191ba
--- /dev/null
+++ b/actionpack/test/fixtures/test/hello_world.rxml
@@ -0,0 +1,3 @@
+xml.html do
+ xml.p "Hello"
+end \ No newline at end of file