strict_associations 0.1.3
Enforces that both sides of an association (e.g. belongs_to, has_many) are explicitly defined. Enforces that has_many (or has_one) associations define a :dependent option, or explicitly opt-out via `strict: false`
Gemfile:
=
install:
=
Runtime Dependencies (2):
activerecord
>= 7.0, < 9
railties
>= 7.0, < 9