aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib/controller
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2010-09-25 22:49:46 +0800
committerJosé Valim <jose.valim@gmail.com>2010-09-26 02:13:45 +0800
commit8a16485a9667f9278b7d03f4556edbdeaf27ec5a (patch)
treebbc1ece5586419d9ae335ccc9937235674a37435 /actionpack/test/lib/controller
parent7fc1edd790a3f590a81991d4582ab567de5a3de0 (diff)
downloadrails-8a16485a9667f9278b7d03f4556edbdeaf27ec5a.tar.gz
rails-8a16485a9667f9278b7d03f4556edbdeaf27ec5a.tar.bz2
rails-8a16485a9667f9278b7d03f4556edbdeaf27ec5a.zip
Review most of the form_for deprecated tests, missing tests with index like []
Diffstat (limited to 'actionpack/test/lib/controller')
-rw-r--r--actionpack/test/lib/controller/fake_models.rb1
1 files changed, 1 insertions, 0 deletions
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