Rails 3には、フラッシュの書き込みを別の行に保存するための優れた機能があります。
redirect_to @product, :notice => "Successfully created product."
それは素晴らしいでしょうがrespond_with
、サポートされていません。respond_with
オプションのフラッシュハッシュを取得するためにオーバーライドする方法はありますか?
Rails 3には、フラッシュの書き込みを別の行に保存するための優れた機能があります。
redirect_to @product, :notice => "Successfully created product."
それは素晴らしいでしょうがrespond_with
、サポートされていません。respond_with
オプションのフラッシュハッシュを取得するためにオーバーライドする方法はありますか?