Created
September 28, 2010 01:49
-
-
Save sugamasao/600260 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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