diff options
author | st0012 <stan001212@gmail.com> | 2019-04-19 22:50:42 +0900 |
---|---|---|
committer | st0012 <stan001212@gmail.com> | 2019-04-19 22:50:42 +0900 |
commit | 7814d1c0ae63428fecc3df79bec3903a6e8857d0 (patch) | |
tree | 5f61769eda6151b789dee08e39595d7a451db406 /.gitignore | |
parent | 16dae7684edc480ee3fe65dfff8e19989402c987 (diff) | |
download | rails-7814d1c0ae63428fecc3df79bec3903a6e8857d0.tar.gz rails-7814d1c0ae63428fecc3df79bec3903a6e8857d0.tar.bz2 rails-7814d1c0ae63428fecc3df79bec3903a6e8857d0.zip |
Make sure api controllers can perform caching as well
Currently ActionController::API doesn't include Caching module, so it
can't perform caching. And even if users include it later manually, it
won't inherit application's default cache store for action_controllers.
So the only way to solve this issue is to include Caching module in
ActionController::API, too.
This closes #35602
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions