fusion94 / paper_trail_manager

Browse, subscribe, view and revert changes to records when using Ruby on Rails 3 and the `paper_trail` gem.
MIT License
64 stars 38 forks source link

user_path_method not defined? #25

Closed elbarsal closed 9 years ago

elbarsal commented 9 years ago

I may be missing something, but is user_path_method undefined? I can't set it in the initializer, and get failures in _version.html.rb.

reidab commented 9 years ago

It was added in https://github.com/fusion94/paper_trail_manager/pull/22 and should be settable via PaperTrailManager.user_path_method = :foo_path in an initializer.

Can you post what you're trying in your initializer?