module Coupdoeil::ApplicationHelper

def coupdoeil_popover_tag(popover, popover_options = nil, tag_attributes = nil, &)

def coupdoeil_popover_tag(popover, popover_options = nil, tag_attributes = nil, &)
  render(Coupdoeil::Tag.new(popover:, popover_options:, attributes: tag_attributes), &)
end