prey / gdpr_rails

Rails Engine for the GDPR compliance
https://preyproject.com
MIT License
626 stars 62 forks source link

Broken Concerns name spacing for Controller for rails 6.0.3.x #50

Open psnider30 opened 4 years ago

psnider30 commented 4 years ago

I was unable to load the module PolicyManager::Concerns::UserTerms due to zeitwerk loading I got around this by moving this module out of Concerns directory. Explanation for why this doesn't work with rails 6.0.3.2 here: https://github.com/rails/rails/issues/36054