class

User

Inherits DB::Mappable < Avram::PrimaryKeyMethods < Users::EmailConfirmable < Authentic::PasswordAuthenticatable < Carbon::Emailable < LuckyCache::Cachable < BaseModel < LuckyCache::Cachable < Avram::Model < Avram::SchemaEnforcer < Avram::Polymorphic < Avram::Associations < Avram::Associations::BelongsTo < Avram::Associations::HasOne < Avram::Associations::HasMany < Reference < Object

Constants

ASSOCIATIONS = [{type: Bonspiel, assoc_name: bonspiels, foreign_key: :user_id, relationship_type: :has_many, through: nil}] of Nil
COLUMNS = [{name: confirmed_at, type: Time, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: confirmation_token, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: id, type: Int64, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: created_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: updated_at, type: Time, nilable: false, autogenerated: true, value: nil, serialized: false}, {name: email, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}, {name: first_name, type: String, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: last_name, type: String, nilable: true, autogenerated: false, value: nil, serialized: false}, {name: encrypted_password, type: String, nilable: false, autogenerated: false, value: nil, serialized: false}] of Nil
PRIMARY_KEY_NAME = :id
PRIMARY_KEY_TYPE = Int64

Constructors

new(confirmed_at : Time | Nil, confirmation_token : String, id : Int64, created_at : Time, updated_at : Time, email : String, first_name : Nil | String, last_name : Nil | String, encrypted_password : String)
new(__temp_232 : DB::ResultSet)

Class methods

column_names
columns
ensure_correct_column_mappings!
from_rs(__temp_232 : DB::ResultSet)
primary_key_name
schema_enforcer_validations
table_name

Instance methods

_preloaded_bonspiels=(_preloaded_bonspiels : Nil | Array(Bonspiel))
base_query_class

This makes it easy for plugins and extensions to use the base SaveOperation

bonspiels
bonspiels!
bonspiels_count
bonspiels_query
confirmation_token
confirmation_token=(_confirmation_token : String::Lucky::ColumnType)
confirmed_at
confirmed_at=(_confirmed_at : Time::Lucky::ColumnType | Nil)
created_at
created_at=(_created_at : Time::Lucky::ColumnType)
delete_operation_class
email
email=(_email : String::Lucky::ColumnType)
emailable
Source
encrypted_password
encrypted_password=(_encrypted_password : String::Lucky::ColumnType)
first_name
first_name=(_first_name : String::Lucky::ColumnType | Nil)
full_name
Source
id
id=(_id : Int64::Lucky::ColumnType)
image(size : Number = 100) : String

Show Gravatar images by default for users.

If there is another potential source, you can select among them in this method.

Source
last_name
last_name=(_last_name : String::Lucky::ColumnType | Nil)
save_operation_class
updated_at
updated_at=(_updated_at : Time::Lucky::ColumnType)

Nested types