views:

381

answers:

0

I've a model which has to accept two nested attributes, however I get the error undefined methodquoted_table_name' for ActiveRecord::Error:Class`

Can a model only have one accepts nested attributes? I'm using build method in controller btw to pass nested attributes.