I’m working on a small gem that will extend the paperclips has_attached_file method. I need this gem to be loaded after paperclip.
Is there a way to know the order in which the gems are loaded? And is there a way to modify that order?
Thanks a lot,
NHI
I had to add a Railtie to make this work. Paperclip was loading before my gem but wasn’t include until much later…