aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2012-04-21 12:38:13 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2012-04-30 01:39:11 -0300
commit6b8a3a0a5193df240367e5f4e7314a8a33d59ba0 (patch)
tree3ad6657e9f9cba1ccf90a7e1d1bcfed9b1d15b78 /actionpack/lib/action_view/helpers
parent6cad40762321a1436d9c9c5a2175e832486d4613 (diff)
downloadrails-6b8a3a0a5193df240367e5f4e7314a8a33d59ba0.tar.gz
rails-6b8a3a0a5193df240367e5f4e7314a8a33d59ba0.tar.bz2
rails-6b8a3a0a5193df240367e5f4e7314a8a33d59ba0.zip
Add missing require when helpers are used in isolation
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
index dd4e9ae4cc..35f91cec18 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_paths.rb
@@ -1,5 +1,6 @@
require 'thread'
require 'active_support/core_ext/file'
+require 'active_support/core_ext/module/attribute_accessors'
module ActionView
module Helpers