Module VestalVersions::Reload::InstanceMethods
In: lib/vestal_versions/reload.rb

Adds instance methods into ActiveRecord::Base to tap into the reload method.

Methods

Public Instance methods

Overrides ActiveRecord::Base#reload, resetting the instance-variable-cached version number before performing the original reload method.

[Validate]