Complete Lesson 29

This commit is contained in:
Simon Quigley 2023-09-27 06:05:49 -05:00
parent fa03c12ab4
commit 22cf0819ac

View File

@ -0,0 +1,11 @@
class SessionsController < ApplicationController
def new
end
def create
fail
end
def destroy
end
end