moved game to lib
This commit is contained in:
parent
8e51078a47
commit
aec78fedef
@ -3,8 +3,9 @@
|
|||||||
|
|
||||||
module Main
|
module Main
|
||||||
class MainController < Volt::ModelController
|
class MainController < Volt::ModelController
|
||||||
|
|
||||||
def index
|
def index
|
||||||
require "game"
|
require "main/lib/game"
|
||||||
|
|
||||||
Game.new()
|
Game.new()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user