Skip to content

Instantly share code, notes, and snippets.

@justinvt
Created March 21, 2011 00:25
Show Gist options
  • Save justinvt/878826 to your computer and use it in GitHub Desktop.
Save justinvt/878826 to your computer and use it in GitHub Desktop.
if ur.save
@following = @user.following
format.html
format.json { render :json => ur, :status => :ok }
else
format.html
format.json { render :json => ur.errors, :status => :unprocessable_entity }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment