aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/erb/form_for_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-04-05 18:41:35 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-04-05 18:55:37 -0300
commitd270da569efeabd7cd563028816452236713aa9f (patch)
tree42a24776b809d939c06cef3b02d5851e99a7fb54 /actionpack/test/template/erb/form_for_test.rb
parent1f7b4447a9030ccec542ecaa1e5e11e0d4622a84 (diff)
downloadrails-d270da569efeabd7cd563028816452236713aa9f.tar.gz
rails-d270da569efeabd7cd563028816452236713aa9f.tar.bz2
rails-d270da569efeabd7cd563028816452236713aa9f.zip
changed from :object_name to :as on form_for api
Diffstat (limited to 'actionpack/test/template/erb/form_for_test.rb')
-rw-r--r--actionpack/test/template/erb/form_for_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/erb/form_for_test.rb b/actionpack/test/template/erb/form_for_test.rb
index 482dbb0287..ec6e872735 100644
--- a/actionpack/test/template/erb/form_for_test.rb
+++ b/actionpack/test/template/erb/form_for_test.rb
@@ -8,4 +8,4 @@ module ERBTest
assert_equal "<form action=\"/blah/update\" method=\"post\"></form>", output
end
end
-end \ No newline at end of file
+end