Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
手順の前に、アクション コントローラー (json、html、xml) の応答の種類を知りたい:
respond_to do |format| format.html{ ... end
可能です?
ありがとう
あなたが使用することができます、
request.format.symbol
これにより、現在のリクエスト形式が一覧表示されます。
他に詳細が必要な場合は、リクエスト オブジェクトを調べることをお勧めします。
p request.inpect