method

_normalize_args

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - 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”.

Show source
Register or log in to add new notes.