From 3f821a4cb7b50e542dd7828d1e507b76e18ecfb5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 13 Jan 2011 17:27:00 -0800 Subject: add suffix_mime output filter It's faster than doing it via real Rack middleware. --- lib/metropolis.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/metropolis.rb') diff --git a/lib/metropolis.rb b/lib/metropolis.rb index 51758b5..284cd30 100644 --- a/lib/metropolis.rb +++ b/lib/metropolis.rb @@ -14,6 +14,7 @@ module Metropolis autoload :Hash, 'metropolis/hash' autoload :TDB, 'metropolis/tdb' autoload :MultiHash, 'metropolis/multi_hash' + autoload :SuffixMime, 'metropolis/suffix_mime' def self.new(opts = {}) opts = opts.dup -- cgit v1.2.3-24-ge0c7