サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
iPhone 17
qiita.com/H-Iida
class User < ApplicationRecord # Include default devise modules. Others available are: # :confirmable, :lockable, :timeoutable, :trackable and :omniauthable devise :database_authenticatable, :registerable, :recoverable, :rememberable, :validatable # あるユーザーがフォローしている他ユーザーとのアソシエーション(フォロー) has_many :relationships, foreign_key: 'user_id', dependent: :destroy has_many :followings, through: :relationship
このページを最初にブックマークしてみませんか?
『qiita.com』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く