This commit is contained in:
joshua-arts
2018-05-31 22:15:18 -04:00
parent 39414e269b
commit 1bcd176285
14 changed files with 137 additions and 77 deletions

View File

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