diff options
author | Mark Rushakoff <mark.rushakoff@gmail.com> | 2012-04-27 22:46:45 -0700 |
---|---|---|
committer | Mark Rushakoff <mark.rushakoff@gmail.com> | 2012-04-27 22:50:02 -0700 |
commit | 72795d7257f3fbaaf235c6dad9a398bb1430de8d (patch) | |
tree | a2b8b01b91d0c40c4c0e364a20a42a70d6475f47 /actionpack/lib/action_view/helpers | |
parent | dab6c3aa484778b44c1b3cd2b9c46363916295ff (diff) | |
download | rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.tar.gz rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.tar.bz2 rails-72795d7257f3fbaaf235c6dad9a398bb1430de8d.zip |
Code-format references to config settings
Diffstat (limited to 'actionpack/lib/action_view/helpers')
-rw-r--r-- | actionpack/lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb | 2 |
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: # |