visual search form react component

This commit is contained in:
Dylan Knutson
2025-07-30 17:19:18 +00:00
parent 0ecada567d
commit 1bab697a43
5 changed files with 426 additions and 257 deletions

View File

@@ -22,6 +22,10 @@ module HelpersInterface
def raw(value)
end
sig { returns(String) }
def form_authenticity_token
end
sig { params(param: T.untyped, options: T.untyped).returns(String) }
def polymorphic_path(param, options = {})
end