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

AV::UrlHelper depends on Array#second

This commit is contained in:
Joshua Peek 2009-09-13 17:25:40 -05:00
parent 8491b77f55
commit 67eb892e94

View file

@ -1,4 +1,5 @@
require 'action_view/helpers/javascript_helper'
require 'active_support/core_ext/array/access'
require 'active_support/core_ext/hash/keys'
module ActionView