module ActionController::Renderers

Public Instance Methods

_render_template(options) click to toggle source
Calls superclass method
# File lib/rough_swal.rb, line 191
def _render_template(options)
  super.tap do |rendered|
    rendered.try(:<<, RoughSwal::Renderer.(session).render) if formats.first == :html
  end
end