lib/seo_cache.rb in seo_cache-1.1.0 vs lib/seo_cache.rb in seo_cache-1.1.1
- old
+ new
@@ -20,9 +20,15 @@
self.cache_mode = 'memory'
mattr_accessor :cache_path
self.cache_path = ''
+ mattr_accessor :locale_as_first_directory
+ self.locale_as_first_directory = false
+
+ mattr_accessor :locale_method
+ self.locale_method = nil
+
mattr_accessor :cache_extension
self.cache_extension = '.html'
mattr_accessor :redis_url
self.redis_url = 'redis://localhost:6379/'