module Bullet

def add_whitelist(options)

def add_whitelist(options)
  @whitelist[options[:type]][options[:class_name].classify] ||= []
  @whitelist[options[:type]][options[:class_name].classify] << options[:association].to_sym
end