Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ActionNotFound in PictureController
The default setting of Rails 7.1 will raise an exception if a callback action was not found. The info - method is not available in picture controller and will lead to an exception if the option is turned on in Rails 7.1. (cherry picked from commit aa46752)
- Loading branch information