Class: BlacklistedEmail

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

Overview

typed: ignore

Schema Information

Table name: blacklisted_emails

id    :integer          not null, primary key
email :string(191)

Indexes

index_blacklisted_emails_on_email  (email)

Method Summary

Methods inherited from ApplicationRecord

sync_carrierwave_url