Hi,
I’m running Rails 2.0.2 over Ruby 1.8.6 on WinXP-Pro/SP3.
I created a CRUD Rails app using scaffolding. The app runs fine. In
order to understand the flow of control in the app, I inserted about
a half-dozen “logger” statements.
In particular, I surrounded the “yield” statement in payrolls.html.erb
with loggers and found that nothing wrote to log between them. What
block is “yield” supposed to invoke in a virgin CRUD application?
TIA,
Richard