How about registering file globs to formats? E.g. ``` Malt.register_glob('*.erb', :erb) ``` To then more flexibility can be used in mapping file names to renderings?
How about registering file globs to formats? E.g.
To then more flexibility can be used in mapping file names to renderings?