draper
draper copied to clipboard
ActiveStorage decorators
I suggest including support for decorating ActiveStorage
attachment. Since ActiveStorage
does not derive from ActiveRecord
, this is not automatic. I currently do it by putting
Draper.setup_orm(ActiveStorage::Attached)
in a initializer. Thanks!