1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Require rack/utils

This commit is contained in:
Rafael Mendonça França 2014-08-19 19:24:41 -03:00
parent b9700c1e51
commit 867631f9cf

View file

@ -1,4 +1,6 @@
require 'rack/body_proxy'
require 'rack/utils'
module ActiveSupport
module Cache
module Strategy