method
render
rails latest stable - Class:
ActionView::RenderablePartial
render(view, local_assigns = {})public
No documentation available.
# File actionpack/lib/action_view/renderable_partial.rb, line 17
def render(view, local_assigns = {})
if defined? ActionController
ActionController::Base.benchmark("Rendered #{path_without_format_and_extension}", Logger::DEBUG, false) do
super
end
else
super
end
end