Create Game class with an association to the Author class (in a separate .rb file).
All Game class properties visible in the diagram should be defined and set up in the constructor method.
All Author class properties visible in the diagram should be defined and set up in the constructor method.
Create Game class with an association to the Author class (in a separate .rb file).
All Game class properties visible in the diagram should be defined and set up in the constructor method. All Author class properties visible in the diagram should be defined and set up in the constructor method.