diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2010-11-24 05:49:41 +0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2010-11-24 08:00:40 +0800 |
commit | 8882e65ac8cd499f09bacee4bc4f3f4c328fae05 (patch) | |
tree | 27fdab0e74e78ca9b05bb3e2f16ad0497a81d21e /actionpack | |
parent | 8e8fb8a4291cc288b1189338f0de643c409eb028 (diff) | |
download | rails-8882e65ac8cd499f09bacee4bc4f3f4c328fae05.tar.gz rails-8882e65ac8cd499f09bacee4bc4f3f4c328fae05.tar.bz2 rails-8882e65ac8cd499f09bacee4bc4f3f4c328fae05.zip |
No need to return anything
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb index 15f8e10b7f..e52797042f 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/asset_include_tag.rb @@ -79,7 +79,6 @@ module ActionView sources.each do |source| asset_file_path!(path_to_asset(source, false)) end - return sources end def collect_asset_files(*path) |