class ArtistLink < ActiveRecord::Base belongs_to :artist def serialize { service: service, url: url } end end