Ruby 【Ruby on Rails】ToDoアプリを簡単に作ってみる ~ その2. show, edit, update, destroy ~
その1からの続きです
showアクションの定義
ある一つのタスクの詳細画面を出力するshowアクションを定義します。
controllerの編集
app/controllers/tasks_controller.rb
class ...
Ruby
Ruby
Ruby
Ruby
Ruby
Ruby