Hi, I have a class that uses version_fu (Page class) the issue is that if I run a clean migration it fails on the version_fu declaration in the Page class, Its looking for the page_versions column that has not been created yet.
Anyone seen this before? Looks like if I do version_fu rescue nil The error does not show and my migration runs all the way to the end... isn't that just ugly? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk@googlegroups.com To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---