aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorChris Kowalik <chris@nu7hat.ch>2011-03-19 12:13:59 +0800
committerJosé Valim <jose.valim@gmail.com>2011-03-20 07:01:46 +0800
commitde1fe5e8a723baa095e83bb3ddca6af73b0aab5d (patch)
treece87fd1af3e71137fb92f9219f55fd4555dc40d6 /actionpack/test/fixtures
parent445241d713782262134ede64a967369f803076ff (diff)
downloadrails-de1fe5e8a723baa095e83bb3ddca6af73b0aab5d.tar.gz
rails-de1fe5e8a723baa095e83bb3ddca6af73b0aab5d.tar.bz2
rails-de1fe5e8a723baa095e83bb3ddca6af73b0aab5d.zip
[action_view] added custom patterns to template resolver
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/custom_pattern/another.html.erb1
-rw-r--r--actionpack/test/fixtures/custom_pattern/html/another.erb1
-rw-r--r--actionpack/test/fixtures/custom_pattern/html/path.erb1
3 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/custom_pattern/another.html.erb b/actionpack/test/fixtures/custom_pattern/another.html.erb
new file mode 100644
index 0000000000..6d7f3bafbb
--- /dev/null
+++ b/actionpack/test/fixtures/custom_pattern/another.html.erb
@@ -0,0 +1 @@
+Hello custom patterns! \ No newline at end of file
diff --git a/actionpack/test/fixtures/custom_pattern/html/another.erb b/actionpack/test/fixtures/custom_pattern/html/another.erb
new file mode 100644
index 0000000000..dbd7e96ab6
--- /dev/null
+++ b/actionpack/test/fixtures/custom_pattern/html/another.erb
@@ -0,0 +1 @@
+Another template! \ No newline at end of file
diff --git a/actionpack/test/fixtures/custom_pattern/html/path.erb b/actionpack/test/fixtures/custom_pattern/html/path.erb
new file mode 100644
index 0000000000..6d7f3bafbb
--- /dev/null
+++ b/actionpack/test/fixtures/custom_pattern/html/path.erb
@@ -0,0 +1 @@
+Hello custom patterns! \ No newline at end of file