class Bullet::Registry::CallStack
Public Instance Methods
Source
# File lib/bullet/registry/call_stack.rb, line 7 def add(key) @registry[key] ||= Thread.current.backtrace end
remembers found association backtrace
# File lib/bullet/registry/call_stack.rb, line 7 def add(key) @registry[key] ||= Thread.current.backtrace end
remembers found association backtrace