module PaperTrail::Model::InstanceMethods

Wrap the following methods in a module so we can include them only in the ActiveRecord models that declare `has_paper_trail`.

Public Instance Methods

paper_trail() click to toggle source

@api public

# File lib/mongo_trails/has_paper_trail.rb, line 81
def paper_trail
  ::PaperTrail::RecordTrail.new(self)
end