With rails .9.3 and following TODO list tutorial on rubyonrails.com, I
came across a problem at chapter 4.2. I get a blank page in the
browser instead of Template is missing after I added these lines
def index
end
below the model :todo line.
Any ideas ?
- Thad