Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created May 13, 2015 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gilesbowkett/27d06752e61753fbb046 to your computer and use it in GitHub Desktop.
Save gilesbowkett/27d06752e61753fbb046 to your computer and use it in GitHub Desktop.
class CommentSerializer < ActiveModel::Serializer
attributes :name, :body
belongs_to :post
url [:post, :comment]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment