From 6c4673030e74a8518273e0c9de5d37d63fd81453 Mon Sep 17 00:00:00 2001 From: Prem Sichanugrist Date: Mon, 6 Aug 2012 16:28:38 -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/action_view') 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 7449f93671..b79b625c12 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 @@ -137,9 +137,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. @@ -162,9 +162,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