mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add missing require on abstract_controller/collector [#4061 status:resolved]
This commit is contained in:
parent
f863045c45
commit
b48beb6986
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require "action_dispatch/http/mime_type"
|
||||
|
||||
module AbstractController
|
||||
module Collector
|
||||
def self.generate_method_for_mime(mime)
|
||||
|
|
Loading…
Reference in a new issue