oldhaven/app/models/artist_alias.rb
2011-09-22 03:20:41 +04:00

4 lines
64 B
Ruby

class ArtistAlias < ActiveRecord::Base
belongs_to :artist
end