On Jun 15, 3:05 pm, cult hero <[email protected]> wrote: > How does a subclass handle the table? > > If I have a table: tables, I then have a model Table. > > If I make a subclass UberTable < Table, do I have to specify the > original table name somewhere?
No. Unless you override the dataset in the subclass, it will just use a clone of the superclass's dataset. Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-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/sequel-talk?hl=en.
