We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ecc631 commit c20eb4bCopy full SHA for c20eb4b
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