thegreatape/literate-minuteman

View on GitHub
app/serializers/book_serializer.rb

Summary

Maintainability
A
0 mins
Test Coverage
class BookSerializer < ActiveModel::Serializer
  attributes :title, :author, :image_url, :id, :goodreads_link
  has_many :copies
end