On Thu, Oct 9, 2008 at 4:40 PM, David Masover <[EMAIL PROTECTED]> wrote: > Regarding tutorials/docs -- would there really be a problem with doing this, > then: > > class ActiveRecord > Base = self > end
That breaks code that assumes ActiveRecord is a module and not a class, which is going to be a lot of code. Jeremy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" 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-core?hl=en -~----------~----~----~----~------~----~------~--~---
