I have a model with declaration: has 1, :shell_user, :class_name => User
when auto_migrate! creates the table., I expected a field shell_user_id. Nothing. I have tried other variations but no luck. Am I supposed to declare the field separate from the association? like: property :shell_user_id, Integer has 1, :shell_user, :class_name => User that doesn't seem right. thanks, Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
