Files
openfoodnetwork/app/controllers/admin/resource_controller.rb
Maikel Linke 5925b023b3 Style/SendWithLiteralMethodName
Use method call directly instead of `public_send` with fixed argument.

The cop is declared unsafe. I think that is because it can also replace
`send` but we replace only `public_send` here.
2024-06-17 14:56:23 +02:00

6.8 KiB