Class: UserProfile

Inherits:
ActiveRecord::Base
  • Object
show all
Includes:
DmCore::Concerns::UserProfile
Defined in:
app/models/user_profile.rb

Overview

This holds the profile data for a user. There is only one instance per user, so even when we’re using users across sites, there is only one profile record per user record.