ricarthlima/eo-project-es

View on GitHub
app/views/componentes/_componente.json.jbuilder

Summary

Maintainability
Test Coverage
json.extract! componente, :id, :cod_europeu, :cod_INS, :nome, :descricao, :class_vegan, :justificativa, :created_at, :updated_at
json.url componente_url(componente, format: :json)