diff --git a/lib/simple_json.rb b/lib/simple_json.rb index 5f5894e..17f54e5 100644 --- a/lib/simple_json.rb +++ b/lib/simple_json.rb @@ -11,7 +11,7 @@ module SimpleJson @config = { - cache_enabled: false, + template_cache_enabled: false, template_paths: ['app/views'], cache_key_prefix: 'simple_json/views', default_json_module: ActiveSupport::JSON