Skip to content

Instantly share code, notes, and snippets.

@wycats
Created July 30, 2009 18:14
Show Gist options
  • Save wycats/158824 to your computer and use it in GitHub Desktop.
Save wycats/158824 to your computer and use it in GitHub Desktop.
respond_with(@user) do
format.xml
saved? do |format|
format.html { redirect_to(@user) }
end
not_saved? do |format|
render :action => "new"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment