I'm development an application using Rails 3.1.1 + devise 1.5.0 + simple_form 1.5.2. I need that an user has an address and then I created one class address. The address class is used as a composed_of in user. The problem is that when I post form with data I receive this error message "WARNING: Can't mass-assign protected attributes: address". How do I solve this?
My source code is here: source