app/helpers/coupdoeil/application_helper.rb
# frozen_string_literal: true module Coupdoeil module ApplicationHelper def coupdoeil_popover_tag(popover, popover_options = nil, tag_attributes = nil, &) render(Coupdoeil::Tag.new(popover:, popover_options:, attributes: tag_attributes), &) end end end