From 76ea495ec95410dcd98afdc72fefe25f212f68da Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Mon, 14 Jan 2008 04:22:44 +0000 Subject: Correct docs on caching and all.js git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8641 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/lib/action_view/helpers/asset_tag_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actionpack/lib/action_view') diff --git a/actionpack/lib/action_view/helpers/asset_tag_helper.rb b/actionpack/lib/action_view/helpers/asset_tag_helper.rb index b367866a4b..30f136103d 100644 --- a/actionpack/lib/action_view/helpers/asset_tag_helper.rb +++ b/actionpack/lib/action_view/helpers/asset_tag_helper.rb @@ -232,7 +232,7 @@ module ActionView # # # - # javascript_include_tag "prototype", "cart", "checkout", :cache => "shop" # when ActionController::Base.perform_caching is false => + # javascript_include_tag "prototype", "cart", "checkout", :cache => "shop" # when ActionController::Base.perform_caching is true => # def javascript_include_tag(*sources) options = sources.extract_options!.stringify_keys -- cgit v1.2.3