class ArtistGenre < ActiveRecord::Base attr_accessible :artist_id, :genre_id end