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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -475,6 +475,10 @@ used: `attributes_before_type_cast` and `read_attribute_before_type_cast`.
475
475
476
476
There is `<name>_before_type_cast` method for every field in a model as well.
477
477
478
+
### Dirty API
479
+
480
+
Dynamoid supports Dirty API which equvalents to [Rails 5.2 `ActiveModel::Dirty`](https://api.rubyonrails.org/v5.2/classes/ActiveModel/Dirty.html). There is only one limitation - change in place of field is't detected automatically.
0 commit comments