How to pass various methods in paper_trail gem in ruby

I’m using paper_trail gem in ruby. The “versions” table table has
created.From that cannot able to access various methods as
(reify,originator, …etc…,) in rails application. I Migrated the
column for these methods .Also addes these specifications in models.
Why i can’t get trouble here. Also how to pass these methods.