Skip to content

Instantly share code, notes, and snippets.

@gilesbowkett
Created May 13, 2015 17:35
Show Gist options
  • Select an option

  • Save gilesbowkett/27d06752e61753fbb046 to your computer and use it in GitHub Desktop.

Select an option

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