class Coupdoeil::Popover

def process(method_name, *)

def process(method_name, *)
  benchmark("processed popover #{self.class.popover_resource_name}/#{method_name}", silence: true) do
    ActiveSupport::Notifications.instrument("render_popover.coupdoeil") do
      super
      response_body || render(action_name)
    end
  end
end