Skip to content

Commit

Permalink
Add missing require on abstract_controller/collector [#4061 status:re…
Browse files Browse the repository at this point in the history
…solved]
  • Loading branch information
josevalim committed Feb 26, 2010
1 parent f863045 commit b48beb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionpack/lib/abstract_controller/collector.rb
@@ -1,3 +1,5 @@
require "action_dispatch/http/mime_type"

module AbstractController
module Collector
def self.generate_method_for_mime(mime)
Expand Down

0 comments on commit b48beb6

Please sign in to comment.