Notes posted by shadow11
RSS feed
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