Lets say we have two models UserAddress and VenueAddress. Every model has its own table and it is referenced to its associated entity using foreign_key (user_id and venue_id). As both models are addresses I want to make a base class Address for it. How to do it using sequel? How can I create a model base class without underlaying table in database?
Thank you -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/0971515c-4993-4b45-bd67-2a64dbd81de8%40googlegroups.com.
