I'm having some trouble adding a method to one of my active record models, I added one method fine but when I added another method I got the error message "undefined method", I've restarted the server, the pc but this hasnt made any difference, it appears that its running in developement as the production log is empty and when using < %=ENV['RAILS_ENV']%> its outputting "developement". I'm running instant rails with a rails version of 1.1.6. Any suggestions?
Cheers
Teesea