some additional documentation about rewrite strategies

This commit is contained in:
Albert Yi
2016-12-02 15:51:08 -08:00
parent 48e7fab28e
commit bd9939a50b
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
# This is a collection of strategies for normalizing URLs. Most strategies
# typically work by parsing and rewriting the URL itself, but some strategies
# may delegate to Sources::Strategies to obtain a more canonical URL.
module Downloads
module RewriteStrategies
class Base