Генератор колоды 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

13
app/views/home/index.rb Normal file
View File

@@ -0,0 +1,13 @@
# frozen_string_literal: true
module ClashDeckGenerator2
module Views
module Home
class Index < ClashDeckGenerator2::View
expose :deck, default: []
expose :roles_repo
expose :stats, default: {}
end
end
end
end