draper icon indicating copy to clipboard operation
draper copied to clipboard

ActiveStorage decorators

Open mkamensky opened this issue 5 years ago • 1 comments

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!

mkamensky avatar May 08 '19 13:05 mkamensky