Files
openproject/app/components/mailer
Alexander Brandon Coles 65dc1dd2fe Fix super calls in component #initialize methods
`ViewComponent::Base` previously inherited from `ActionView::Base` but
defined a catch-all `#initialize` to allow passing arbitary arguments.

See: https://github.com/ViewComponent/view_component/pull/2293
See: https://github.com/ViewComponent/view_component/pull/2287
2025-09-01 08:30:30 +01:00
..