oldhaven/app/models/artist_link.rb
2011-09-21 00:30:42 +04:00

4 lines
63 B
Ruby

class ArtistLink < ActiveRecord::Base
belongs_to :artist
end