You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to upload an image with active storage I have this error:
The update action could not be found for the :wrap_io_params\ncallback on Motor::ActiveStorageAttachmentsController, but it is listed in the controller's\n:only option.\n\nRaising for missing callback actions is a new default in Rails 7.1, if you'd\nlike to turn this off you can delete the option from the environment configurations\nor set config.action_controller.raise_on_missing_callback_actionstofalse.\n
The text was updated successfully, but these errors were encountered:
When I try to upload an image with active storage I have this error:
The update action could not be found for the :wrap_io_params\ncallback on Motor::ActiveStorageAttachmentsController, but it is listed in the controller's\n:only option.\n\nRaising for missing callback actions is a new default in Rails 7.1, if you'd\nlike to turn this off you can delete the option from the environment configurations\nor set
config.action_controller.raise_on_missing_callback_actionsto
false.\n
The text was updated successfully, but these errors were encountered: