Signup page
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class SessionsController < ApplicationController
|
||||
def create
|
||||
reset_session
|
||||
end
|
||||
|
||||
def new
|
||||
reset_session
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user