LoginSignup
0
0

More than 3 years have passed since last update.

タグ機能

Last updated at Posted at 2021-02-28

参考にしたサイト

新しく覚えたこと

add_index(テーブル名,カラム名,オプション) #テーブルにカラムを追加する
unipue: true #一意性制限

モデル.pluck(カラム名) #指定したカラムのレコードの配列を取得
モデル.find_or_create_by(条件) #指定した条件が存在すれば取得し、なければ作成

タグ付け機能のビューにはjQeryのTag-itと使う

アソシエーション

Image from Gyazo

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