feat: implement basic fairy tracker

This commit is contained in:
insects 2025-03-11 17:47:32 +01:00
parent 1e46ad269e
commit 8109bacb0d
27 changed files with 290 additions and 7 deletions

3
app/models/fairy.rb Normal file
View file

@ -0,0 +1,3 @@
class Fairy < ApplicationRecord
belongs_to :instance
end