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:
  lookup_context.rendered_format = nil if options[:formats]
  view_renderer.render(view_context, options)
end