hot-glue
hot-glue copied to clipboard
Using `--no-edit`, `--no-create`, or `--no-delete` with Rails 7.1 causes crash
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
.