Commit d8d1faa79000990ae16e3e2bf306bbd1e355f47c
1 parent
b23b0681
Exists in
master
and in
28 other branches
ActionItem154: minor doc fix
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1360 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/block.rb
@@ -25,7 +25,7 @@ class Block < ActiveRecord::Base | @@ -25,7 +25,7 @@ class Block < ActiveRecord::Base | ||
25 | # * <tt>Proc</tt>: the Proc is evaluated in the scope of BoxesHelper. The | 25 | # * <tt>Proc</tt>: the Proc is evaluated in the scope of BoxesHelper. The |
26 | # block can then use <tt>render</tt>, <tt>link_to</tt>, etc. | 26 | # block can then use <tt>render</tt>, <tt>link_to</tt>, etc. |
27 | # | 27 | # |
28 | - # The method can also return <tt>nil</tt>, which means "no footer". | 28 | + # The method can also return <tt>nil</tt>, which means "no content". |
29 | # | 29 | # |
30 | # See BoxesHelper#extract_block_content for implementation details. | 30 | # See BoxesHelper#extract_block_content for implementation details. |
31 | def content | 31 | def content |