module ActionController::Instrumentation

def initialize(...) # :nodoc:

:nodoc:
def initialize(...) # :nodoc:
  super
  self.view_runtime = nil
end