2017-02-13 14:01:01 -05:00
|
|
|
class UserAuthTokenLog < ActiveRecord::Base
|
|
|
|
end
|
2017-03-22 02:26:53 -04:00
|
|
|
|
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: user_auth_token_logs
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# action :string not null
|
|
|
|
# user_auth_token_id :integer
|
|
|
|
# user_id :integer
|
|
|
|
# client_ip :inet
|
|
|
|
# user_agent :string
|
|
|
|
# auth_token :string
|
|
|
|
# created_at :datetime
|
|
|
|
# path :string
|
|
|
|
#
|