Skip to content

Commit 3fc5908

Browse files
committed
Merge branch 'fix-typo' into tmp-v1
2 parents 4e32a90 + c20eb4b commit 3fc5908

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/simple_json.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
module SimpleJson
1313
@config = {
14-
cache_enabled: false,
14+
template_cache_enabled: false,
1515
template_paths: ['app/views'],
1616
cache_key_prefix: 'simple_json/views',
1717
default_json_module: ActiveSupport::JSON

0 commit comments

Comments
 (0)