views:

101

answers:

1

Has accept_nested_attributes_for already works with Rails 2.3.5 and Ruby 1.9.1????

I keep getting this error

undefined method accept_nested_attributes_for' for #<Class:0x00000108da2140>
+1  A: 

owh yeah should be accepts_nested_attributes_for (with 's')

Someone should clean up those Google searches!

jaycode