Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / test / hello_xml_world.builder
diff --git a/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder b/vendor/rails/actionpack/test/fixtures/test/hello_xml_world.builder
new file mode 100644 (file)
index 0000000..02b14fe
--- /dev/null
@@ -0,0 +1,11 @@
+xml.html do
+  xml.head do
+    xml.title "Hello World"
+  end
+  
+  xml.body do
+    xml.p "abes"
+    xml.p "monks"
+    xml.p "wiseguys"
+  end
+end
\ No newline at end of file