From 401cd97923fb52c8f8c458b8cb276b338e0b20f3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Thu, 29 Jul 2010 14:12:25 +0200 Subject: Modified ActionDispatch::Static to allow passing multiple roots --- actionpack/test/fixtures/blog_public/blog.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 actionpack/test/fixtures/blog_public/blog.html (limited to 'actionpack/test/fixtures/blog_public/blog.html') diff --git a/actionpack/test/fixtures/blog_public/blog.html b/actionpack/test/fixtures/blog_public/blog.html new file mode 100644 index 0000000000..79ad44c010 --- /dev/null +++ b/actionpack/test/fixtures/blog_public/blog.html @@ -0,0 +1 @@ +/blog/blog.html \ No newline at end of file -- cgit v1.2.3