Class: JazzModel::ChordQuality
- Defined in:
- lib/jazz_model/chord_quality.rb
Overview
A basic chord quality such as major or minor. This may be abandoned in the future in favor of a deep heirarchy based soley around chords.
Associations
-
chords
- A collection of chords associated with the chord quality.
Class Method Summary collapse
- .resolve(name) ⇒ Object (also: [])
Methods inherited from Base
Class Method Details
.resolve(name) ⇒ Object Also known as: []
12 13 14 |
# File 'lib/jazz_model/chord_quality.rb', line 12 def resolve(name) self.find_by_name(name) end |