hot-glue icon indicating copy to clipboard operation
hot-glue copied to clipboard

Using `--no-edit`, `--no-create`, or `--no-delete` with Rails 7.1 causes crash

Open jasonfb opened this issue 8 months ago • 0 comments

The show action could not be found for the :load_charge callback on AccountDashboard::ChargesController, but it is listed in the controller's :only option. Raising for missing callback actions is a new default in Rails 7.1, if you'd like to turn this off you can delete the option from the environment configurations or set config.action_controller.raise_on_missing_callback_actions to false.

jasonfb avatar Jun 02 '24 16:06 jasonfb