class RorVsWild::Plugin::Mongo

def after_query(event)

def after_query(event)
  RorVsWild::Section.stop do |section|
    section.kind = "mongo".freeze
    section.command = commands.delete(event.request_id).to_s
  end
end