LoginSignup
0
0

More than 3 years have passed since last update.

アウトプット

Posted at

railsのアウトプット

コントローラーのアクション

  • index :一覧ページを表示をする
  • new :新規投稿ページを表示する
  • create :データ投稿を行う
  • show :個別詳細ページを表示する
  • edit : 編集ページを表示する
  • update :データ編集を行う
  • destroy :データを削除する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0