diff options
author | Sebastian Martinez <sebastian@wyeworks.com> | 2011-05-10 19:36:00 -0300 |
---|---|---|
committer | Sebastian Martinez <sebastian@wyeworks.com> | 2011-05-10 19:36:00 -0300 |
commit | 1ca3ae5f41da627c11fb509fc1c11ef5cfa2a1ca (patch) | |
tree | c7fbdef88f8279dfd4f97a9f7afc39515205f589 /actionpack | |
parent | 350b977e5b2cb1d7d9a0465e8069eb689a2e9c74 (diff) | |
download | rails-1ca3ae5f41da627c11fb509fc1c11ef5cfa2a1ca.tar.gz rails-1ca3ae5f41da627c11fb509fc1c11ef5cfa2a1ca.tar.bz2 rails-1ca3ae5f41da627c11fb509fc1c11ef5cfa2a1ca.zip |
Remove extra whitespace.
Diffstat (limited to 'actionpack')
-rw-r--r-- | actionpack/lib/action_view/helpers/cache_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/cache_helper.rb b/actionpack/lib/action_view/helpers/cache_helper.rb index 385378ea29..e81d03b537 100644 --- a/actionpack/lib/action_view/helpers/cache_helper.rb +++ b/actionpack/lib/action_view/helpers/cache_helper.rb @@ -3,7 +3,7 @@ module ActionView module Helpers module CacheHelper # This helper exposes a method for caching fragments of a view - # rather than an entire action or page. This technique is useful + # rather than an entire action or page. This technique is useful # caching pieces like menus, lists of newstopics, static HTML # fragments, and so on. This method takes a block that contains # the content you wish to cache. |