globalize / globalize-accessors

Easily access (read and write) globalize translated fields without fiddling with locale
Other
110 stars 43 forks source link

Build translation when writing an attribute #11

Closed dougdroper closed 10 years ago

dougdroper commented 10 years ago

Returns a new translation that has been instantiated with the locale and linked to the record. Useful when creating custom validations on the translations before saving the associated object.

parndt commented 10 years ago

thanks!