On 3/8/07, Simon Harris <[EMAIL PROTECTED]> wrote: > > > What's the rationale for meta-data such as @columns, @indexes, etc not > being inheritable attributes?
Probably because subclassing of AR models doesn't have to trigger STI. If you have class Post < Content ... Post data doesn't have to be stored in the "contents" table. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
