4 lines
83 B
Ruby
4 lines
83 B
Ruby
class ArtistGenre < ActiveRecord::Base
|
|
attr_accessible :artist_id, :genre_id
|
|
end
|