Rails/ActiveRecord : Obtenir la liste des attributs modifiés
1
0 0
Liens joints à ce post
ActiveModel::Dirty
Active Model Dirty Provides a way to track changes in your object in the same way as Active Record does.
ActiveRecord::AttributeMethods::Dirty
Active Record Attribute Methods Dirty Provides a way to track changes in your Active Record models. It adds all methods from ActiveModel::Dirty and adds database-specific methods.