Class Change
In: app/models/change.rb
Parent: ActiveRecord::Base

This model represents the changes table. This table records changes to metadata in the repository.

Methods

revert   undo  

Public Instance methods

Changes the object and data field represented in this change object to the value specified in the change object.

Restores the status of the object and field this change is associated with to that of the change object before this one. That is, undo this action.

[Validate]