1 2 3 4 5
class ProjectSerializer < ActiveModel::Serializer attributes :id, :name has_many :todos end