From 6e3e5cadfbd7db407364bf2571a5003cf3733480 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 12 Mar 2006 01:56:55 +0000 Subject: 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 --- actionpack/test/fixtures/test/hello_world.rxml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionpack/test/fixtures/test/hello_world.rxml (limited to 'actionpack/test/fixtures') 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 -- cgit v1.2.3