class AlbumFormat < ActiveRecord::Base
  belongs_to :album
  belongs_to :release_format
end