method

render

render(*args)
public

No documentation available.

# File actionpack/lib/action_controller/metal/instrumentation.rb, line 41
    def render(*args)
      render_output = nil
      self.view_runtime = cleanup_view_runtime do
        Benchmark.ms { render_output = super }
      end
      render_output
    end