method

_normalize_args

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

Normalize args by converting render "foo" to render :action => "foo" and render "foo/bar" to render :file => "foo/bar". :api: plugin