Skip to content

Instantly share code, notes, and snippets.

@terrbear
Created October 21, 2008 21:21
Show Gist options
  • Save terrbear/18435 to your computer and use it in GitHub Desktop.
Save terrbear/18435 to your computer and use it in GitHub Desktop.
def current_user_to_json
render :json => {:user => current_user.display_name,
:user_id => current_user.id,
:job_title => current_user.job_title,
:avatar => nil}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment