写真(Photo)モデルをUserやProductなど複数のモデルに関連付けたい場合に使用する関連付けの種類はどれか。

ポリモーフィック関連(belongs_to :imageable, polymorphic: true)を使用すると、単一のモデルが複数の異なるモデルに属することができる。