# File lib/thinking_sphinx/subscribers/populator_subscriber.rb, line 16
  def call(message, *args)
    send message.split('.').first,
      ActiveSupport::Notifications::Event.new(message, *args)
  end