1
0
Fork 0
oldhaven/app/models/artist_link.rb

4 lines
63 B
Ruby

class ArtistLink < ActiveRecord::Base
belongs_to :artist
end