aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-03-16 02:51:19 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-03-16 02:51:19 +0000
commit7d06259be9b1b20816dd3502a0fd6f311ef6b24b (patch)
tree97803d5d9d0c493be6454ec873484ca0cdd322ce /actionpack/test/fixtures
parent500c7349353e8161dee6c96935a87137e9e78e1d (diff)
downloadrails-7d06259be9b1b20816dd3502a0fd6f311ef6b24b.tar.gz
rails-7d06259be9b1b20816dd3502a0fd6f311ef6b24b.tar.bz2
rails-7d06259be9b1b20816dd3502a0fd6f311ef6b24b.zip
Dots in template path should not trip up rendering (closes #4244) [lmarlow@yahoo.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3884 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.rhtml b/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.rhtml
new file mode 100644
index 0000000000..8b8a449236
--- /dev/null
+++ b/actionpack/test/fixtures/test/dot.directory/render_file_with_ivar.rhtml
@@ -0,0 +1 @@
+The secret is <%= @secret %>