Module VestalVersions::Changes::InstanceMethods
In: lib/vestal_versions/changes.rb

Methods available to versioned ActiveRecord::Base instances in order to manage changes used for version creation.

Methods

Public Instance methods

Collects an array of changes from a record‘s versions between the given range and compiles them into one summary hash of changes. The from and to arguments can each be either a version number, a symbol representing an association proxy method, a string representing a version tag or a version object itself.

[Validate]