What are th implications of calling yield() twice

Posted by Dustin Hoffman on Stack Overflow See other posts from Stack Overflow or by Dustin Hoffman
Published on 2010-05-06T19:57:21Z Indexed on 2010/05/06 19:58 UTC
Read the original article Hit count: 144

Filed under:
|

For example

- if yield :content_header
   yield :content_header
- else
  No Content Header

Is this going to eat up little bits of time? I can't seem to get content_for? to work :/

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about yield