add api key

This commit is contained in:
2025-01-24 13:03:47 -08:00
parent fc0a446b01
commit 3a0b818041
7 changed files with 63 additions and 4 deletions

2
app/models/api_key.rb Normal file
View File

@ -0,0 +1,2 @@
class ApiKey < ApplicationRecord
end