From 0c4c7d94ed3e16a206bceced679fa129c9a254b8 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 6 Aug 2012 16:45:59 -0400 Subject: Rearrange example output of javascript_include_tag --- .../action_view/helpers/asset_tag_helpers/javascript_tag_helpers.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'actionpack/lib') 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 -- cgit v1.2.3