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