documentation/examples/purge.rb in thinner-0.1.0 vs documentation/examples/purge.rb in thinner-0.1.1
- old
+ new
@@ -1,5 +1,5 @@
# The urls in this array are purged in order, so you'll want to structure it
# according to usage.
-arr << ["/some_route", "/"]
+arr << ["/some_route", "/some_route/with.*", "/"]
Thinner.purge! arr
\ No newline at end of file