diff options
Diffstat (limited to 'actionview/test/fixtures/custom_pattern/html')
-rw-r--r-- | actionview/test/fixtures/custom_pattern/html/another.erb | 1 | ||||
-rw-r--r-- | actionview/test/fixtures/custom_pattern/html/path.erb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/actionview/test/fixtures/custom_pattern/html/another.erb b/actionview/test/fixtures/custom_pattern/html/another.erb new file mode 100644 index 0000000000..dbd7e96ab6 --- /dev/null +++ b/actionview/test/fixtures/custom_pattern/html/another.erb @@ -0,0 +1 @@ +Another template!
\ No newline at end of file diff --git a/actionview/test/fixtures/custom_pattern/html/path.erb b/actionview/test/fixtures/custom_pattern/html/path.erb new file mode 100644 index 0000000000..6d7f3bafbb --- /dev/null +++ b/actionview/test/fixtures/custom_pattern/html/path.erb @@ -0,0 +1 @@ +Hello custom patterns!
\ No newline at end of file |