class Bullet::Detector::Association
def call_stacks
call_stacks keeps stacktraces where querie-objects were called from.
def call_stacks Thread.current.thread_variable_get(:bullet_call_stacks) end
def call_stacks Thread.current.thread_variable_get(:bullet_call_stacks) end