Skip to content

Instantly share code, notes, and snippets.

@collinschaafsma
Created November 9, 2010 04:08
Show Gist options
  • Save collinschaafsma/668677 to your computer and use it in GitHub Desktop.
Save collinschaafsma/668677 to your computer and use it in GitHub Desktop.
def as_json(options={})
super(:only => [:city,:state],
:methods => [:full_name],
:include => {
:employers => {:only => [:title]},
:roles => {:only => [:name]}
}
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment