summaryrefslogtreecommitdiff
path: root/app/serializers/project_serializer.rb
blob: 5c0e53f41b6d3de56b95aeedc159f8618dbcd98b (plain)
1
2
3
4
5
class ProjectSerializer < ActiveModel::Serializer
  attributes :id, :name

  has_many :todos
end