Class: AuthLog

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/auth_log.rb

Overview

Schema Information

Table name: auth_logs

id               :integer         not null, primary key
account_token_id :integer
outcome          :boolean
created_at       :datetime
updated_at       :datetime