collinsmezie / Ruby_capstone_catalog

0 stars 0 forks source link

[1pt]Create Genre class and properties #12

Open ekenecf opened 2 years ago

ekenecf commented 2 years ago

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