diff options
author | Neeraj Singh <neerajdotname@gmail.com> | 2010-06-14 09:12:10 -0400 |
---|---|---|
committer | Neeraj Singh <neerajdotname@gmail.com> | 2010-06-14 09:12:10 -0400 |
commit | f587dec2c9344949a777f7f1f075c8f95774fffc (patch) | |
tree | 3d45daa1275551fa462af07b09aaff544cb98bb2 /actionpack/lib/action_view | |
parent | e67c28dfe00530ff1ce20f6a5982dcb96d505f01 (diff) | |
download | rails-f587dec2c9344949a777f7f1f075c8f95774fffc.tar.gz rails-f587dec2c9344949a777f7f1f075c8f95774fffc.tar.bz2 rails-f587dec2c9344949a777f7f1f075c8f95774fffc.zip |
truncate safe method description changes
Diffstat (limited to 'actionpack/lib/action_view')
-rw-r--r-- | actionpack/lib/action_view/helpers/text_helper.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/lib/action_view/helpers/text_helper.rb b/actionpack/lib/action_view/helpers/text_helper.rb index cefabd72aa..2ca1362aea 100644 --- a/actionpack/lib/action_view/helpers/text_helper.rb +++ b/actionpack/lib/action_view/helpers/text_helper.rb @@ -39,7 +39,7 @@ module ActionView # for a total length not exceeding <tt>:length</tt>. # # Pass a <tt>:separator</tt> to truncate +text+ at a natural break. - # Pass a <tt>:safe</tt> (which defaults to false) to escape or not the input. If :safe => true the input is not escaped. + # Pass a <tt>:safe</tt> value as "true" to not to escape the content. # # ==== Examples # |