On 18 July 2010 09:36, Abder-Rahman Ali <[email protected]> wrote: > What does <%= yield %> mean that someone can find in the .html.erb file > in the "layouts" directory? Is it just rendering the data to show up on > the page?
Have a look at the Rails Guide on Layouts and Rendering at http://guides.rubyonrails.org/. It should explain it. If you have not already done so have a look at the other guides as well. Colin -- 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.

