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, &block) ⇒ Object



28
29
30
31
32
# File 'lib/mnemosyne/probes/action_controller/renderers.rb', line 28

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