Guest User

Untitled

a guest
Dec 9th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. class PostSerializer < ActiveModel::Serializer
  2. embed :ids, :include => true
  3. attributes :title, :body, :id
  4. has_many :comments
  5. end
Add Comment
Please, Sign In to add comment