5 lines
92 B
Ruby
5 lines
92 B
Ruby
class AlbumFormat < ActiveRecord::Base
|
|
belongs_to :album
|
|
belongs_to :release_format
|
|
end
|