pharo-rdbms / glorp

Generic Lightweight Object Relational Persistence
MIT License
24 stars 24 forks source link

Unknown message send #emailAddress: in GlorpBankExampleSystem>>#exampleGlorpPersonNumber1: #110

Open astares opened 1 year ago

astares commented 1 year ago

GlorpBankExampleSystem>>#exampleGlorpPersonNumber1: sends the message #emailAddress: which is not known

image

astares commented 1 year ago

Maybe it could be solved by providing the missing method in class GlorpPerson (adding a new mail address to the collection of #emailAdresses)