projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into 2761-diagnostic-suite
[arvados.git]
/
services
/
api
/
config
/
initializers
/
schema_discovery_cache.rb
1
# Delete the cached discovery document during startup. Otherwise we
2
# might still serve an old discovery document after updating the
3
# schema and restarting the server.
4
5
Rails.cache.delete 'arvados_v1_rest_discovery'