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

4 lines
63 B
Ruby
Raw Normal View History

2011-09-20 20:30:42 +00:00
class ArtistLink < ActiveRecord::Base
belongs_to :artist
end