diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb index 117eb0c571..139f4d19ab 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb @@ -141,9 +141,9 @@ module ActionView # javascript_include_tag :all # # => # # - # # # # # # + # # # # Note that your defaults of choice will be included first, so they will be available to all subsequently # included files. @@ -164,9 +164,9 @@ module ActionView # javascript_include_tag :all, :cache => true # # => # # - # # # # # # + # # # # # assuming config.perform_caching is true # javascript_include_tag :all, :cache => true