module AbstractController::Rendering
def _render_template(options) #:nodoc:
:api: private
Find and renders a template based on the options given.
def _render_template(options) #:nodoc: view_context.render(options) end
def _render_template(options) #:nodoc: view_context.render(options) end