Skip to content

Instantly share code, notes, and snippets.

@freemarmoset
Created June 3, 2010 20:49
Show Gist options
  • Save freemarmoset/424461 to your computer and use it in GitHub Desktop.
Save freemarmoset/424461 to your computer and use it in GitHub Desktop.
def as_json(options)
super(:except => :account).merge!(:representative => account.as_json)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment