As this will be my first Q on StackOverflow ... please be gentle?
When assigning a value to an attribute in Table A (f.e. projects, :project_owner), I want to present a "choose from", consisting of objects from another Table B (f.e. people, :person_name) and commit the chosen one ...
So what would be best practice?
thnx in advance ...