Hey
I know it's edge case (or maybe not), but I have the following structure:
I have an Attachment model, where is :data is the paperclip attachment.
But this model belongs to polimorphically to a concern, called Attachmentable
Attachmentable defines has_many to attachments.
And I have several models, which includes Attachmentable.
So, I need somehow to integrate paperclip to administrate.
Cant use has many, or polymorphic, or paperclip field types.
I need all of them for one field.
There is maybe a solution to use with your gem?
Or can be this a valid feature request?
Thanks
Hey
I know it's edge case (or maybe not), but I have the following structure:
I have an Attachment model, where is :data is the paperclip attachment.
But this model belongs to polimorphically to a concern, called Attachmentable
Attachmentable defines has_many to attachments.
And I have several models, which includes Attachmentable.
So, I need somehow to integrate paperclip to administrate.
Cant use has many, or polymorphic, or paperclip field types.
I need all of them for one field.
There is maybe a solution to use with your gem?
Or can be this a valid feature request?
Thanks