So this is not working... when browser to users/new it do not show the
field as should...
Change this to a has_many all works.
Using has_one this make me crazy and not work... anyone help?
Sorry, I don't have an answer for you on this. But I'm curious -- why are you putting the address in a separate model if you are using has_one? It seems like an over-normailization to me. Why not just put those attributes in the user and be done with it?