Class: UserSiteProfile

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

Overview

This holds a site profile for a user. This is any data that is needed for a user, on a per site/account basis, such as site specific preferences, login times, etc.

Note: don't use a default account scope as it makes some of the User 
associations a little more difficult