I tried the following:
es:
activerecord:
attributes:
name: Nombre
And it did not work.
But the following do work:
es:
activerecord:
attributes:
person:
name: Nombre
Which is the correct way to define default attributes across models?
Also I'm using Formtastic and Active Admin.
Move the common attributes
up one level:
es:
attributes:
name: Nombre
activerecord:
attributes:
user:
birthday: Etc
Example
this is how im doing. Not perfect but will do the job.
activerecord:
attributes:
attribute_commons: &commons
name: Nome
description: Descrição
user:
<<: *commons
role:
<<: *commons
level: Nível
product:
<<: *commons
size: Tamanho
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With