ruby-rcade/RubyGameDev.com

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

Summary

Maintainability
Test Coverage
json.array!(@library_categories) do |library_category|
  json.extract! library_category, :title
  json.url library_category_url(library_category, format: :json)
end