method
render
rails latest stable - Class:
ActionView::TemplateHandlers::Compilable
render(template)public
No documentation available.
# File actionpack/lib/action_view/template_handlers/compilable.rb, line 28
def render(template)
@view.send :execute, template
end