Skip to content

Instantly share code, notes, and snippets.

@groony
Last active November 18, 2015 07:54
Show Gist options
  • Save groony/6b3c832f9cb682ca55d7 to your computer and use it in GitHub Desktop.
Save groony/6b3c832f9cb682ca55d7 to your computer and use it in GitHub Desktop.
Paper Trail initializer monkey patch example
PaperTrail::Rails::Engine.eager_load!
module PaperTrail
class Version < ActiveRecord::Base
def moderator
AdminUser.find(whodunnit) if whodunnit
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment