On Saturday, April 28, 2012 11:07:20 AM UTC-7, Johnny wrote: > > hi, > > How can I extend Sequel::Model? Every Sequel::Model subclass requires > a table, but I want all the models in my application to inherit from > one class, which won't have a backing table. How can I do this? > > Sequel::Model is not an abstract modeling library, it requires a backing database table. Attempting to use it without a backing table is not supported.
Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/sequel-talk/-/BSquM7R7GqkJ. 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.
