Class: AoaAuth

Inherits:
ApplicationRecord show all
Defined in:
app/models/aoa_auth.rb

Overview

Schema Information

Table name: aoa_auths

email              :string(191)
first_name         :string(255)
last_name          :string(255)
phone              :string(191)
phone_code         :string(191)
phone_country_code :string(191)
created_at         :datetime         not null
updated_at         :datetime         not null
contact_id         :string(191)      not null, primary key

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url