Class: BlacklistedEmail
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- BlacklistedEmail
- 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)