I wonder if internally (in Rails) something is getting confused between your view name (christmas.html.erb) and the partial name (_christmas.html.erb).
What if you rename your partial to something like _christmas_row.html.erb? And if there is another table in the same view, it might be that your generated html is not closing properly before attempting to generate the christmas table... Feel free to post the view in its entirety, because the solution *should* be relatively simple. -- Posted via http://www.ruby-forum.com/. -- 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.

