You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit allows a foreign key column to be explicitly validated via
a standalone validator. Without this change a false positive errors
would be reported. Additionally, only `belongs_to` associations are
considered for marking as optional, as `has_*` don't support the
`optional` nor `required` options.
0 commit comments