Skip to content

Commit a45b699

Browse files
authored
Merge pull request #13 from aktsk/fix-typo
Fix typo: cache_enabled -> template_cache_enabled
2 parents 2ecc631 + c20eb4b commit a45b699

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)