Skip to content

Instantly share code, notes, and snippets.

@jackdempsey
Created October 6, 2008 03:03
Show Gist options
  • Save jackdempsey/14981 to your computer and use it in GitHub Desktop.
Save jackdempsey/14981 to your computer and use it in GitHub Desktop.
diff --git a/lib/merb-core/controller/mixins/responder.rb b/lib/merb-core/controller/mixins/responder.rb
index 130a4e2..69612eb 100644
--- a/lib/merb-core/controller/mixins/responder.rb
+++ b/lib/merb-core/controller/mixins/responder.rb
@@ -1,6 +1,5 @@
require 'enumerator'
require 'merb-core/controller/mime'
-require "merb-core/vendor/facets/dictionary"
module Merb
# The ResponderMixin adds methods that help you manage what
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment