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
20:48 UTC
Read the original article
Hit count: 170
ruby-on-rails
|yield
What are the implications of calling yield()
twice? 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