Signup page

This commit is contained in:
2020-04-28 11:08:12 +02:00
parent 6da553102d
commit b9f63c5f8c
4 changed files with 38 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
# frozen_string_literal: true
class SessionsController < ApplicationController
def create
reset_session
end
def new
reset_session
end