Skip to content

Instantly share code, notes, and snippets.

@collinschaafsma
Created November 9, 2010 04:10
Show Gist options
  • Save collinschaafsma/668685 to your computer and use it in GitHub Desktop.
Save collinschaafsma/668685 to your computer and use it in GitHub Desktop.
def edge_case
render :json => @users.as_json(:only => [:first_name, :state])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment