No I think one table for class, but getting the model in an heritance.
class Booking
include DataMapper::Resource
end
class CarBooking < Booking
end
But store the objects of each class in a different database tables.
Can I?
Thanks
--
You received this message because you are subscribed to the Google Groups
"DataMapper" 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/datamapper?hl=en.