Add a debug prompt endpoint so that we can play with the prompts live

This commit is contained in:
Jorge Manrubia
2025-07-22 14:33:34 +02:00
parent 89a9e7f32c
commit 6d26195bc7
7 changed files with 140 additions and 62 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
class User < ApplicationRecord
include Accessor, Attachable, Assignee, Mentionable, Named, Role, Searcher,
SignalUser, Transferable
SignalUser, Staff, Transferable
include Timelined # Depends on Accessor
has_one_attached :avatar