aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-15 04:17:45 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-15 04:17:45 +0000
commitcb79118111f7d4354b946dc9f2bed6a57dc81956 (patch)
tree4bcf1680f2d514076b86928a09ff72904e68e4f4 /actionpack/test/fixtures
parentac1fa98bb90d551b472b33a24a92ca8e7723ba42 (diff)
downloadrails-cb79118111f7d4354b946dc9f2bed6a57dc81956.tar.gz
rails-cb79118111f7d4354b946dc9f2bed6a57dc81956.tar.bz2
rails-cb79118111f7d4354b946dc9f2bed6a57dc81956.zip
Fixed double-singularization on scaffolded pagination call (Address would be turned into Addres) #1216, #1404 [nilsga]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1422 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures')
-rw-r--r--actionpack/test/fixtures/addresses/list.rhtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/addresses/list.rhtml b/actionpack/test/fixtures/addresses/list.rhtml
new file mode 100644
index 0000000000..c75e01eece
--- /dev/null
+++ b/actionpack/test/fixtures/addresses/list.rhtml
@@ -0,0 +1 @@
+We only need to get this far!