method

_normalize_args

rails latest stable - Class: ActionView::Rendering
_normalize_args(action = nil, options = {})
private

Normalize args by converting render “foo” to render action: “foo” and render “foo/bar” to render template: “foo/bar”.