Module: Mnemosyne::Probes::ActionController::Renderers::Instrumentation

Defined in:
lib/mnemosyne/probes/action_controller/renderers.rb

Instance Method Summary collapse

Instance Method Details

#render_to_body(*args) ⇒ Object



31
32
33
34
35
# File 'lib/mnemosyne/probes/action_controller/renderers.rb', line 31

def render_to_body(*args, &)
  ::ActiveSupport::Notifications.instrument CATEGORY do
    super
  end
end