redo rooms page

This commit is contained in:
Josh
2018-05-31 15:04:18 -04:00
parent 9e5250353b
commit ede80075c1
27 changed files with 258 additions and 154 deletions

View File

@ -4,6 +4,7 @@ class MainController < ApplicationController
# GET /
def index
@user = User.new
end
private