Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasonfb opened this issue Jun 2, 2024 · 0 comments
Open

Comments

@jasonfb
Copy link
Collaborator

jasonfb commented Jun 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant