Hi all
I need help
I have in my application helper this function:
def example
content_for(:meta) do
'okis dokis'
end
end
And in my main layout view:
..
- yield(:meta)
...
And in other view layer this:
...
- example
...
In development mode all this works, but in production in a server
doesn't work.
what is the problem, I can't explain
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---