Fixed regression: Newly created ObjectManager::Attribute::Validation breaks Spring because of already/auto loaded constants.

This commit is contained in:
Thorsten Eckel 2019-03-14 14:22:03 +01:00
parent 4e07079056
commit d5bf8a533c

View file

@ -35,6 +35,7 @@ returns
next if entry.match?(%r{observer/}i)
next if entry.match?(%r{store/provider/}i)
next if entry.match?(%r{models/concerns/}i)
next if entry.match?(%r{models/object_manager/attribute/validation/}i)
entry.gsub!(dir, '')
entry = entry.to_classname