oldhaven/app/models/album_format.rb
2011-09-22 23:54:09 +04:00

5 lines
84 B
Ruby

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