aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/prototype_helper_test.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-18 00:36:14 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-18 00:36:14 +0000
commit1ac7cd56fe4b49f0d30c96b2ec68abde8b05ee18 (patch)
tree9efe8a7754037e0782c8872f04f3703c6aa10f4f /actionpack/test/template/prototype_helper_test.rb
parentebee0a742d40f87bb9b78d5d88393c341761cfad (diff)
downloadrails-1ac7cd56fe4b49f0d30c96b2ec68abde8b05ee18.tar.gz
rails-1ac7cd56fe4b49f0d30c96b2ec68abde8b05ee18.tar.bz2
rails-1ac7cd56fe4b49f0d30c96b2ec68abde8b05ee18.zip
Clean up the simply_helpful merge.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6751 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/template/prototype_helper_test.rb')
-rw-r--r--actionpack/test/template/prototype_helper_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/prototype_helper_test.rb b/actionpack/test/template/prototype_helper_test.rb
index 2be2c6f17e..6158584e9d 100644
--- a/actionpack/test/template/prototype_helper_test.rb
+++ b/actionpack/test/template/prototype_helper_test.rb
@@ -214,7 +214,7 @@ class PrototypeHelperTest < Test::Unit::TestCase
"/authors"
end
- def polymorphic_path(record, url_writer)
+ def polymorphic_path(record)
if record.new_record?
"/authors"
else