_normalize_args(action = nil, options = {}) private

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

Show source
Register or log in to add new notes.