1
0
Fork 0
oldhaven/app/models/music/artist_alias.rb

4 lines
64 B
Ruby

class ArtistAlias < ActiveRecord::Base
belongs_to :artist
end