Skip to content

Instantly share code, notes, and snippets.

@dpickett
Created January 5, 2012 16:47
Show Gist options
  • Save dpickett/1566067 to your computer and use it in GitHub Desktop.
Save dpickett/1566067 to your computer and use it in GitHub Desktop.
SERIALIZE_OPTIONS = {
methods: :creation_date,
include: {user: {avatar: {}}}
}
def serializable_hash(options = {})
super(options.merge(SERIALIZE_OPTIONS))
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment