Integrate ActiveStorage to existing association system
I have attachment system inplace and thinking to integrate active storage with existing associations, I have polymorphic association and had_many through association, where as active storage using has_many association which is many to many association. Can we implement using has_many through with existing models.