thoughtbot / administrate

A Rails engine that helps you put together a super-flexible admin dashboard.
http://administrate-demo.herokuapp.com
MIT License
5.9k stars 1.12k forks source link

DEPRECATION WARNING: The method `valid_action?` is deprecated #2456

Closed vitality82 closed 11 months ago

vitality82 commented 12 months ago

Is this a known issue? Should we ignore these warnings? Thanks!

nickcharlton commented 11 months ago

We don't currently have a plan to actually remove the deprecated method, so for now, you're okay. But I'd keep an eye out when upgrading at the CHANGELOG as it'll be mentioned there when it is removed in a new release.

As you mention using administrate_exportable, my expectation would be that the offending code is in that plugin, and I'd have a look and see if you can fix that there if possible!