1
0
Fork 0
beathaven/app/models/artist_genre.rb

4 lines
83 B
Ruby

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