Генератор колоды Beta
This commit is contained in:
13
app/views/home/index.rb
Normal file
13
app/views/home/index.rb
Normal 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
|
||||
Reference in New Issue
Block a user