lib/unimatrix/parser.rb in unimatrix-2.2.1 vs lib/unimatrix/parser.rb in unimatrix-2.3.1
- old
+ new
@@ -97,10 +97,10 @@
resource_attributes = resource_attribute_index[ name ][ key ]
if resource_attributes.present?
parse_nested_attributes( resource_attributes )
- resource_class = find_resource_class_by_type_name(
+ resource_class = find_resource_class_by_type_name(
resource_attributes[ 'type_name' ],
options[ 'type_name' ]
)
if resource_class.present?