docs: add required -> allow_nil? change to upgrading

This commit is contained in:
Zach Daniel 2022-09-15 16:54:04 -04:00
parent ccf5933e63
commit 049be39f54

View file

@ -19,6 +19,7 @@ These should all be straight forward enough to do a simple find and replace in y
- `destination_field_on_join_table` -> `destination_attribute_on_join_resource` - `destination_field_on_join_table` -> `destination_attribute_on_join_resource`
- `no_fields?` -> `no_attributes?` - `no_fields?` -> `no_attributes?`
- `expensive?` -> `before_action?` (on validations) - `expensive?` -> `before_action?` (on validations)
- `required?` -> `allow_nil?` (on belongs_to relationships) Be sure to flip the boolean value!!
### DSL changes ### DSL changes