4 lines
63 B
Ruby
4 lines
63 B
Ruby
|
class ArtistLink < ActiveRecord::Base
|
||
|
belongs_to :artist
|
||
|
end
|