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
In a Rails 5 app, on the master branch of AMS, when I go to any controller, I have :
undefined local variable or method `cache_store' for ActionController::API:Class
It stops at this line. cache_store seems to not be available in Rails 5.
cache_store
The text was updated successfully, but these errors were encountered:
This is fixed on master by #1637 Thanks for the report!
Sorry, something went wrong.
No branches or pull requests
In a Rails 5 app, on the master branch of AMS, when I go to any controller, I have :
It stops at this line.
cache_store
seems to not be available in Rails 5.The text was updated successfully, but these errors were encountered: