Skip to content

Instantly share code, notes, and snippets.

@hchood
Created March 15, 2016 12:21
Show Gist options
  • Save hchood/12aaa3a3feed7098bf42 to your computer and use it in GitHub Desktop.
Save hchood/12aaa3a3feed7098bf42 to your computer and use it in GitHub Desktop.
# app/serializers/base_serializer.rb
class BaseSerializer < ActiveModel::Serializer
attributes :id, :created_at, :updated_at
embed :ids
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment