diff options
author | Angelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-13 23:11:46 +0200 |
---|---|---|
committer | Angelo Capilleri <resca_air@MacBook-Air-di-angelo-giovanni-capilleri.local> | 2012-05-13 23:11:46 +0200 |
commit | 8e4148bf9dd43601609b70ffbc354d80563c86e2 (patch) | |
tree | 72167a17d42fdd40ba5950f6544cdd76d586b4f8 | |
parent | 16301cce760ad98c6dc07c53f67c990fd5d684b4 (diff) | |
download | rails-8e4148bf9dd43601609b70ffbc354d80563c86e2.tar.gz rails-8e4148bf9dd43601609b70ffbc354d80563c86e2.tar.bz2 rails-8e4148bf9dd43601609b70ffbc354d80563c86e2.zip |
mispelling asset_tag_helper
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 |
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 |