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: 164
ruby-on-rails
|yield
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