We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, Is there a way to configure the JSON Attributes in a Table/Model and not in the Model's Code?
I try something like this but didn't work
Atributos.all.map do |attr| json_attribute attr.nombre.to_sym, attr.tipo.to_sym end
What changes do you think would be required to adapt this gem?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Is there a way to configure the JSON Attributes in a Table/Model and not in the Model's Code?
I try something like this but didn't work
What changes do you think would be required to adapt this gem?
The text was updated successfully, but these errors were encountered: