class Coupdoeil::Popover

def render(...)

def render(...)
  return super unless response_body
  raise DoubleRenderError, "Render was called multiple times in this action. \
 note that render does not terminate execution of the action."
end