game are, some registers names on the screen

This commit is contained in:
Torsten Ruger
2015-07-09 15:23:36 +03:00
parent 3f8f5cdc72
commit ab48f10ee8
3 changed files with 30 additions and 17 deletions

View File

@ -1,13 +1,14 @@
# By default Volt generates this controller for your Main component
if RUBY_PLATFORM == 'opal'
require "main/lib/game"
require "main/lib/main_view"
end
module Main
class MainController < Volt::ModelController
def index
Game.new()
MainView.new()
end
def about