Closed masonhensley closed 4 years ago
Btw - quick and dirty solution seems to be to add the paperclip gem even if it's not being used in your repo.
yeah I encountered this problem as well, worked around it by reluctantly adding paperclip to my Gemfile.
Ahh, thanks @mrsweaters - will close as a dupe. It's linked to #43 .
Came across an error where the gem attempts to require paperclip in a rails 6 environment despite it being set to false.
Question - should
require paperclip
ingdpr_rails-f8f4e72e3042/app/models/policy_manager/concerns/paperclip_behavior.rb
be handled differently for rails 6? Should zeitworks be added as a dep to the package per this post? https://medium.com/cedarcode/understanding-zeitwerk-in-rails-6-f168a9f09a1fOffending Code Blocks
Log Line of Significance
Full Logs