Commit a0ae126
Changed files (1)
lib
scim
kit
v2
templates
lib/scim/kit/v2/templates/resource.json.jbuilder
@@ -19,7 +19,7 @@ schemas.each do |schema|
json.set! schema.id do
schema.attributes.each do |type|
attribute = dynamic_attributes["#{type.schema.id}##{type.name}"] ||
- dynamic_attributes[type.name]
+ dynamic_attributes[type.name]
render attribute, json: json
end
end