private Method

CaptureHelper.block_content_for(name, &block)

There's no documentation for this item.

Source Code

# File action_view/helpers/capture_helper.rb, line 157
def block_content_for(name, &block)
  eval "@content_for_#{name} = (@content_for_#{name} || '') + capture_block(&block)"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.