Module: PasswordBreachAlert
- Defined in:
- lib/password_breach_alert/models/breach.rb,
lib/password_breach_alert.rb,
lib/password_breach_alert/rails.rb,
lib/password_breach_alert/mailer.rb,
lib/password_breach_alert/checker.rb,
lib/password_breach_alert/railtie.rb,
lib/password_breach_alert/version.rb,
lib/password_breach_alert/api/base.rb,
lib/password_breach_alert/api/breach.rb,
lib/password_breach_alert/breaches_filters.rb,
lib/password_breach_alert/breaches_policies.rb,
lib/password_breach_alert/api/breachedaccount.rb,
lib/password_breach_alert/breaches_filters/all_with_user.rb,
lib/password_breach_alert/breaches_filters/new_with_user.rb,
lib/password_breach_alert/breaches_policies/send_devise_notification.rb,
lib/password_breach_alert/breaches_filters/after_user_last_checked_at.rb
Overview
Schema Information
Table name: breaches
id :integer not null, primary key
name :string
title :string
domain :string
breach_date :datetime
added_date :datetime
pwn_count :integer
description :string
logo_path :string
data_classes :text
created_at :datetime not null
updated_at :datetime not null
Defined Under Namespace
Modules: Api, BreachesFilters, BreachesPolicies, Mailer, Models Classes: Checker, Engine, Railtie
Constant Summary collapse
- VERSION =
'0.1.0'.freeze