I recently upgraded my rails application to rails 7 and after upgrading when I try to call the call from the lib folder I am getting this error NameError (uninitialized constant Error)
I have following file structure in the lib folder
lib
-> a
-> b
-> c
-> d
-> error
-> test_errors.rb
whenver I call Error::TestErrors
I got this error, I guess this error is something related to the Zeitwerk
Can someone please help me with this
whenver I call Error::TestErrors
I got this error ideally this should work and as it is working on the another branch