Commit a6545e5cf10eb3aac2bb29ef92c26e087667c1fe

Authored by ๆŽ่™น้œ–
1 parent af5ca993
Exists in master

update

app/controllers/scim_rails/scim_users_controller.rb
... ... @@ -125,6 +125,7 @@ module ScimRails
125 125 if value.present?
126 126 break
127 127 else
  128 + object.delete(paths[0])
128 129 object.delete(paths[0].to_sym)
129 130 paths = Array.wrap(path_for(attribute, object)).compact.map(&:to_s)
130 131 end
... ...