Skip to content

Instantly share code, notes, and snippets.

@collinschaafsma
Created November 9, 2010 04:06
Show Gist options
  • Save collinschaafsma/668674 to your computer and use it in GitHub Desktop.
Save collinschaafsma/668674 to your computer and use it in GitHub Desktop.
def as_json(options={})
super(:only => [:first_name,:last_name,:city,:state],
: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