render(view, locals, buffer=nil, &block)
Instance Public methods
Render a template. If the template was not compiled yet, it is done exactly before rendering.
This method is instrumented as â!render_template.action_viewâ. Notice that we use a bang in this instrumentation because you don't want to consume this in production. This is only slow if it's being listened to.
Please login to continue.