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

5 lines
82 B
Ruby

class AlbumStyle < ActiveRecord::Base
belongs_to :album
belongs_to :style
end