From 8a16485a9667f9278b7d03f4556edbdeaf27ec5a Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Sat, 25 Sep 2010 22:49:46 +0800 Subject: Review most of the form_for deprecated tests, missing tests with index like [] --- actionpack/test/lib/controller/fake_models.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'actionpack/test/lib') diff --git a/actionpack/test/lib/controller/fake_models.rb b/actionpack/test/lib/controller/fake_models.rb index c4127ee699..8cb3b4940a 100644 --- a/actionpack/test/lib/controller/fake_models.rb +++ b/actionpack/test/lib/controller/fake_models.rb @@ -91,6 +91,7 @@ class Comment attr_accessor :relevances def relevances_attributes=(attributes); end + attr_accessor :body end class Tag -- cgit v1.2.3