Skip to content

Instantly share code, notes, and snippets.

@sugamasao
Created September 28, 2010 01:49
Show Gist options
  • Save sugamasao/600260 to your computer and use it in GitHub Desktop.
Save sugamasao/600260 to your computer and use it in GitHub Desktop.
respond_with で個別の処理をしたい場合
respond_with(@user) do |format|
format.html { redirect_to users_url }
end
http://ryandaigle.com/articles/2009/8/10/what-s-new-in-edge-rails-default-restful-rendering
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment