aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-12-20 05:32:39 +0000
committerMarcel Molina <marcel@vernix.org>2005-12-20 05:32:39 +0000
commit233208b8bb638bab3ee7f8f88e227fa7d8ee9c7e (patch)
tree2d11929130e34a17bc68fba22ccf52b5f55c8b59 /actionpack/test/fixtures
parent3c01e01ded4e8e87d48e844881c88f6e47cebdf0 (diff)
downloadrails-233208b8bb638bab3ee7f8f88e227fa7d8ee9c7e.tar.gz
rails-233208b8bb638bab3ee7f8f88e227fa7d8ee9c7e.tar.bz2
rails-233208b8bb638bab3ee7f8f88e227fa7d8ee9c7e.zip
Don't try to strip out the controller name if default_action_name is nil
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3321 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/test/hello_world_with_layout_false.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/test/hello_world_with_layout_false.rhtml b/actionpack/test/fixtures/test/hello_world_with_layout_false.rhtml
new file mode 100644
index 0000000000..6769dd60bd
--- /dev/null
+++ b/actionpack/test/fixtures/test/hello_world_with_layout_false.rhtml
@@ -0,0 +1 @@
+Hello world! \ No newline at end of file