Juzmach/ohtu2015-jesh.io

View on GitHub
app/views/references/index.json.jbuilder

Summary

Maintainability
Test Coverage
json.array!(@references) do |reference|
  json.extract! reference, :id, :reference_type, :author, :title, :year, :publisher
  json.url reference_url(reference, format: :json)
end