Notes posted by shadow11
RSS feed![Default_avatar_30](https://www.gravatar.com/avatar/679c1174a6384d1b73f643cd9b8c2b2e?default=http://apidock.com/images/default_avatar_30.png&size=30)
0 thanks
Nested i18n attributes
If you want to use nested attributes in a i18n file (like person :has_many => :addresses), write:
en: activerecord: attributes: person: name: "person/addresses": street: "Street name" "person/phones": area: "Area code" number: Number