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