You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Released v4.0.3
Added support for latest Ruby (upto 3.4) and Rails (upto 8) versions.
## Fixes
* `CollectionDecorator#respond_to?` for non-ORM collections
(#920)
* Using Draper outside of controller scope
(#927)
* Decoration of AR associations
(#932)
## Performance
* Sped up delegation via `delegate_all`
(#911)