e051272a20
MSP-11046 `ActiveSupport::OrderedOptions` automatically create an attribute for any missing keys, so when `options.console.resource` was used it would return `nil` instead of the erroring. The correct option name was `options.console.resources` (note the pluralization).