コンテンツへスキップ
dailabo

dailabo

WEBエンジニアの忘備録

タグ: ActiveRecord

投稿日: 2017年3月6日2017年3月16日

【Rails】gem paranoiaで削除されている親モデルを取得する方法

 


belongs_to :messages_with_deleted, -> { unscope(where: :deleted_at) }, class_name: 'Message', foreign_key: :message_id

Proudly powered by WordPress