lib/picky/cacher/partial/strategy.rb in picky-0.11.1 vs lib/picky/cacher/partial/strategy.rb in picky-0.11.2
- old
+ new
@@ -1,7 +1,9 @@
module Cacher
module Partial
# Superclass for partial strategies.
#
- class Strategy; end
+ class Strategy < Cacher::Strategy
+
+ end
end
end
\ No newline at end of file