I've a model which has to accept two nested attributes, however I get the error undefined method
quoted_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.