Skip to content

Instantly share code, notes, and snippets.

@koos
Created August 28, 2011 16:18
Show Gist options
  • Select an option

  • Save koos/1176858 to your computer and use it in GitHub Desktop.

Select an option

Save koos/1176858 to your computer and use it in GitHub Desktop.
as_json
render :json => { :success => true, :user => @user.as_json(:only => [:email]) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment