module AbstractController::Rendering

def _render_template(options) #:nodoc:

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