1
0
2011-09-26 04:05:46 +04:00

5 lines
92 B
Ruby

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