module Audited

Constants

VERSION

Attributes

audit_class[RW]
current_user_method[RW]
ignored_attributes[RW]

Public Class Methods

config() { |self| ... } click to toggle source
# File lib/audited.rb, line 15
def config
  yield(self)
end
store() click to toggle source
# File lib/audited.rb, line 11
def store
  Thread.current[:audited_store] ||= {}
end