Mwapsam / ruby-capstone

In this project, you can create items (games, music albums, books) and store them in a database. This is Ruby capstone project for Microverse program.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[1pt] Team member #2: Create a MusicAlbum and Genre classes

VSeray opened this issue · comments

  • Create MusicAlbum class in a separate .rb file.

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