aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_view/helpers/asset_tag_helpers
diff options
context:
space:
mode:
authorMark Rushakoff <mark.rushakoff@gmail.com>2012-04-27 22:46:45 -0700
committerMark Rushakoff <mark.rushakoff@gmail.com>2012-04-27 22:50:02 -0700
commit72795d7257f3fbaaf235c6dad9a398bb1430de8d (patch)
treea2b8b01b91d0c40c4c0e364a20a42a70d6475f47 /actionpack/lib/action_view/helpers/asset_tag_helpers
parentdab6c3aa484778b44c1b3cd2b9c46363916295ff (diff)
downloadrails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.tar.gz
rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.tar.bz2
rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.zip
Code-format references to config settings
Diffstat (limited to 'actionpack/lib/action_view/helpers/asset_tag_helpers')
-rw-r--r--actionpack/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb b/actionpack/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb
index 60d4af178a..4bcb8b9718 100644
--- a/actionpack/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb
+++ b/actionpack/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb
@@ -113,7 +113,7 @@ module ActionView
# == Caching multiple stylesheets into one
#
# You can also cache multiple stylesheets into one file, which requires less HTTP connections and can better be
- # compressed by gzip (leading to faster transfers). Caching will only happen if config.perform_caching
+ # compressed by gzip (leading to faster transfers). Caching will only happen if +config.perform_caching+
# is set to true (which is the case by default for the Rails production environment, but not for the development
# environment). Examples:
#