Files
nairobi/spec/models
Javi Martín 12774c7484 Replace attribute_changed? in after callbacks
This method is deprecated in Rails 5.1 because its behavior will be
different in `before` and `after` callbacks.

We're replacing the deprecated `attribute_changed?` and `attribute_was`
methods with `saved_change_to_attribute?` and
`attribute_before_last_save` during `after_save` callbacks.

https://github.com/rails/rails/pull/32835/
2020-04-24 15:43:54 +02:00
..
2019-10-30 18:48:55 +01:00
2019-05-31 18:22:59 +02:00
2019-03-27 15:22:14 +01:00