We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The last production release broke account activities view in admin
the release included upgrade to rails6 and websocket version security bump
error message:
NoMethodError (undefined method `orders' for #<AccountActivity::ActiveRecord_Relation:0x00007f7e1120bc00>#012Did you mean? order#012 order!):#012 app/controllers/admin/account_activities_controller.rb:26:in `index' Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.7ms | Allocations: 6246)
The text was updated successfully, but these errors were encountered:
Fix account activity index
6cc0f7d
Fixes #1606
yulgolem
Successfully merging a pull request may close this issue.
The last production release broke account activities view in admin
the release included upgrade to rails6 and websocket version security bump
error message:
The text was updated successfully, but these errors were encountered: