aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/url_helper.rb
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-09-13 17:25:40 -0500
committerJoshua Peek <josh@joshpeek.com>2009-09-13 17:25:40 -0500
commit67eb892e941e49c5059cd5b80443a8f2913f3f8c (patch)
tree04d92e413eb59fbe8247733e21540125edb895be /actionpack/lib/action_view/helpers/url_helper.rb
parent8491b77f551587a8c0ec9def5e9f9afb6a1ad586 (diff)
downloadrails-67eb892e941e49c5059cd5b80443a8f2913f3f8c.tar.gz
rails-67eb892e941e49c5059cd5b80443a8f2913f3f8c.tar.bz2
rails-67eb892e941e49c5059cd5b80443a8f2913f3f8c.zip
AV::UrlHelper depends on Array#second
Diffstat (limited to 'actionpack/lib/action_view/helpers/url_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/url_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/url_helper.rb b/actionpack/lib/action_view/helpers/url_helper.rb
index b07304e361..204d4d71e1 100644
--- a/actionpack/lib/action_view/helpers/url_helper.rb
+++ b/actionpack/lib/action_view/helpers/url_helper.rb
@@ -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