-
- Downloads
[api] Use ActiveModel::Dirty in user model
ActiveModel::Dirty provides a nice set of helper methods to track and handle changes of attributes of a model. This allows us to remove a number of custom code that previously was taking care of this. Cherry-picked from 7453160b
Please register or sign in to comment