Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
hasMany、HABTM、またはhasManyを介して実行する場合、特定のタイプの関連付けに上限があることを確認するクリーンな方法はありますか? たとえば、1 つの投稿には 3 つのタグしか付けられませんか?
>= 3 が false を返す場合、1 つの方法は、関連する行の数を計算する beforeSave コールバックです。counterCache はパフォーマンスの向上に役立ちます。