aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/sprockets
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2011-09-13 02:45:05 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2011-09-13 02:45:05 -0700
commitae04fbfee961a7e6b90a3373dc305f100e50614f (patch)
tree7d92b4f02c3d07672a20c6ec970c5956aa60ca21 /actionpack/lib/sprockets
parent60fd88d2f763eab11a7589227757a50028084068 (diff)
downloadrails-ae04fbfee961a7e6b90a3373dc305f100e50614f.tar.gz
rails-ae04fbfee961a7e6b90a3373dc305f100e50614f.tar.bz2
rails-ae04fbfee961a7e6b90a3373dc305f100e50614f.zip
Fix asset_path relative_url_root method
Diffstat (limited to 'actionpack/lib/sprockets')
-rw-r--r--actionpack/lib/sprockets/helpers/rails_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/lib/sprockets/helpers/rails_helper.rb b/actionpack/lib/sprockets/helpers/rails_helper.rb
index 5785da5124..998f0bceb7 100644
--- a/actionpack/lib/sprockets/helpers/rails_helper.rb
+++ b/actionpack/lib/sprockets/helpers/rails_helper.rb
@@ -149,10 +149,6 @@ module Sprockets
source
end
end
-
- def relative_url_root
- has_request? ? super : config.action_controller.relative_url_root
- end
end
end
end