aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helper.rb
diff options
context:
space:
mode:
authorAngelo Capilleri <capilleri@yahoo.com>2012-05-13 14:13:56 -0700
committerAngelo Capilleri <capilleri@yahoo.com>2012-05-13 14:13:56 -0700
commitc81f11d160b2d16cd89a4ed197d587075eec51ce (patch)
tree92e8fe2d91620b82468aa90a51759b8d7da785ce /actionpack/lib/action_view/helpers/asset_tag_helper.rb
parentd4801d0229515aae37d8f7a2f72c83990d2d977b (diff)
parent8e4148bf9dd43601609b70ffbc354d80563c86e2 (diff)
downloadrails-c81f11d160b2d16cd89a4ed197d587075eec51ce.tar.gz
rails-c81f11d160b2d16cd89a4ed197d587075eec51ce.tar.bz2
rails-c81f11d160b2d16cd89a4ed197d587075eec51ce.zip
Merge pull request #98 from acapilleri/mispelling_asset
mispelling asset_tag_helper
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helper.rb')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
index adc62ec6a9..ae5420dbd8 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb
@@ -323,7 +323,7 @@ module ActionView
end
alias_method :path_to_audio, :audio_path # aliased to avoid conflicts with an audio_path named route
- # Computes the full URL to a audio asset in the public audios directory.
+ # Computes the full URL to an audio asset in the public audios directory.
# This will use +audio_path+ internally, so most of their behaviors will be the same.
def audio_url(source)
URI.join(current_host, path_to_audio(source)).to_s