5 lines
82 B
Ruby
5 lines
82 B
Ruby
|
class AlbumGenre < ActiveRecord::Base
|
||
|
belongs_to :album
|
||
|
belongs_to :genre
|
||
|
end
|