diff options
author | namusyaka <namusyaka@gmail.com> | 2013-09-04 03:48:53 +0900 |
---|---|---|
committer | namusyaka <namusyaka@gmail.com> | 2013-09-04 03:48:53 +0900 |
commit | 2b6b5404af0cf6c40feba4a94c266c8cd37f6ddc (patch) | |
tree | ebd9faa9d616b84490ec3c157457448647628ea8 /actionview | |
parent | c52a4ae565671e3a3b1513a285dc887102d5eb15 (diff) | |
download | rails-2b6b5404af0cf6c40feba4a94c266c8cd37f6ddc.tar.gz rails-2b6b5404af0cf6c40feba4a94c266c8cd37f6ddc.tar.bz2 rails-2b6b5404af0cf6c40feba4a94c266c8cd37f6ddc.zip |
Fix a few typos. [ci skip]
Diffstat (limited to 'actionview')
-rw-r--r-- | actionview/lib/action_view/helpers/asset_url_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actionview/lib/action_view/helpers/asset_url_helper.rb b/actionview/lib/action_view/helpers/asset_url_helper.rb index 0b957adb91..c830ab23e3 100644 --- a/actionview/lib/action_view/helpers/asset_url_helper.rb +++ b/actionview/lib/action_view/helpers/asset_url_helper.rb @@ -143,9 +143,9 @@ module ActionView "#{source}#{tail}" end - alias_method :path_to_asset, :asset_path # aliased to avoid conflicts with a asset_path named route + alias_method :path_to_asset, :asset_path # aliased to avoid conflicts with an asset_path named route - # Computes the full URL to a asset in the public directory. This + # Computes the full URL to an asset in the public directory. This # will use +asset_path+ internally, so most of their behaviors # will be the same. def asset_url(source, options = {}) |