Add authentication history (#16408)

This commit is contained in:
Eugen Rochko
2021-06-21 17:07:30 +02:00
committed by GitHub
parent 946200b471
commit d174d12c83
19 changed files with 206 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
require 'rails_helper'
RSpec.describe LoginActivity, type: :model do
end