Class: AuthLog
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- AuthLog
- 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