2023-11-07 16:50:08 +00:00

5 lines
83 B
Ruby

class Profile < ActiveRecord::Base
belongs_to :user
has_many :social_links
end