mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
65dc1dd2fe
`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