method

render

rails latest stable - Class: AbstractController::Rendering
render(*args, &block)
public

Normalizes arguments and options, and then delegates to render_to_body and sticks the result in self.response_body.

Supported options depend on the underlying render_to_body implementation.