Генератор колоды Beta

This commit is contained in:
2026-03-26 19:19:00 +05:00
parent d16af289fe
commit 112d101f54
15 changed files with 1362 additions and 110 deletions

12
app/actions/home/index.rb Normal file
View File

@@ -0,0 +1,12 @@
# frozen_string_literal: true
module ClashDeckGenerator2
module Actions
module Home
class Index < ClashDeckGenerator2::Action
def handle(_req, _res)
end
end
end
end
end