OK Just worked it out:
In my layouts folder I had an old file called application.html.erb.old - for some reason rails was using that instead of application.html.erb in the same folder. So I removed the old one. And then it threw an error saying it cannot find application.erb... So I renamed application.html.erb to application.erb, and voila problem solved! Strange huh? I thought it was using some default layout hidden somewhere.. but no it was right there in the layouts folder! (Rails is v2.3.3) -- 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 -~----------~----~----~----~------~----~------~--~---

