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

Require AS deps in ActionDispatch::Http::URL

Allows us to use url_for and friends in isolation.
This commit is contained in:
Miha Filej 2013-02-19 10:53:05 +01:00
parent 0122134676
commit a66ce980e3

View file

@ -1,3 +1,6 @@
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/core_ext/hash/slice'
module ActionDispatch
module Http
module URL