We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ecc631 + c20eb4b commit a45b699Copy full SHA for a45b699
1 file changed
lib/simple_json.rb
@@ -11,7 +11,7 @@
11
12
module SimpleJson
13
@config = {
14
- cache_enabled: false,
+ template_cache_enabled: false,
15
template_paths: ['app/views'],
16
cache_key_prefix: 'simple_json/views',
17
default_json_module: ActiveSupport::JSON
0 commit comments