Class ChordQuality
In: app/models/chord_quality.rb
Parent: ActiveRecord::Base

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.

Methods

resolve  

External Aliases

resolve -> []

Public Class methods

[Source]

    # File app/models/chord_quality.rb, line 11
11:                 def resolve(name)
12:                         self.find_by_name(name)
13:                 end

[Validate]