5 lines
84 B
Ruby
5 lines
84 B
Ruby
class AlbumFormat < ActiveRecord::Base
|
|
belongs_to :album
|
|
belongs_to :format
|
|
end
|