2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00
discourse/app/models/user_auth_token_log.rb

18 lines
437 B
Ruby
Raw Normal View History

class UserAuthTokenLog < ActiveRecord::Base
end
2017-03-22 14:26:53 +08: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
#