Files
dunlop-ember/spec/dummy/app/serializers/api/post_serializer.rb
T
2017-12-21 11:36:52 +01:00

6 lines
114 B
Ruby

class Api::PostSerializer < ActiveModel::Serializer
attribute :title
attribute :body
has_many :comments
end