game tryout
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
# By default Volt generates this controller for your Main component
|
||||
|
||||
|
||||
module Main
|
||||
class MainController < Volt::ModelController
|
||||
def index
|
||||
# Add code for when the index view is loaded
|
||||
require "game"
|
||||
|
||||
Game.new()
|
||||
|
||||
end
|
||||
|
||||
def about
|
||||
|
Reference in New Issue
Block a user