Module: Coupdoeil::ApplicationHelper

Defined in:
app/helpers/coupdoeil/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#coupdoeil_popover_tag(popover, popover_options = nil, tag_attributes = nil) ⇒ Object



5
6
7
# File 'app/helpers/coupdoeil/application_helper.rb', line 5

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