エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
respond_to (ActionController::MimeResponds::InstanceMethods) - APIdock
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
respond_to (ActionController::MimeResponds::InstanceMethods) - APIdock
Method deprecated or moved This method is deprecated or moved on the latest stable version. The l... Method deprecated or moved This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here. These similar methods exist in v7.1.3.2: ActionController::MimeResponds#respond_to Without web-service support, an action which collects the data for displaying a list of people might look something like this: def index @people = Person.find(:all) end Here’s