module Mnemosyne::Probes::ActionController::Renderers::Instrumentation
Public Instance Methods
render_to_body(*args, &block)
click to toggle source
Calls superclass method
# File lib/mnemosyne/probes/action_controller/renderers.rb, line 28 def render_to_body(*args, &block) ::ActiveSupport::Notifications.instrument CATEGORY do super end end