docs: typo in upgrading guide

This commit is contained in:
Zach Daniel 2024-04-07 09:10:53 -04:00
parent 5162911cd0
commit c6153b223d

View file

@ -290,7 +290,7 @@ For those who want to be more explicit, or after your upgrade has complete if yo
> ### :\* includes belongs_to attributes! {: .warning}
>
> The change to explicit accepts also included a change that defaults belongs_to attributes to `writable?: true` and `public?: true`. You may want to add `attribute_writable?: false` to your belongs_to relationships if you are adding `default_acceot :*` and don't currently have `attribute_writable?: true` on them currently.
> The change to explicit accepts also included a change that defaults belongs_to attributes to `writable?: true` and `public?: true`. You may want to add `attribute_writable?: false` to your belongs_to relationships if you are adding `default_accept :*` and don't currently have `attribute_writable?: true` on them currently.
---