oldhaven/app/models/music/artist_link.rb
2011-09-26 03:14:59 +04:00

4 lines
63 B
Ruby

class ArtistLink < ActiveRecord::Base
belongs_to :artist
end