lib/facets/more/expirable.rb in facets-1.2.0 vs lib/facets/more/expirable.rb in facets-1.2.1

- old
+ new

@@ -58,9 +58,14 @@ else return false end end + # Update the expiration period. Override in your application. + + def touch! + end + end # _____ _