moved game to lib

This commit is contained in:
Torsten Ruger 2015-07-06 22:22:57 +03:00
parent 8e51078a47
commit aec78fedef
2 changed files with 2 additions and 1 deletions

View File

@ -3,8 +3,9 @@
module Main
class MainController < Volt::ModelController
def index
require "game"
require "main/lib/game"
Game.new()