Complete Lesson 29

main
Simon Quigley 8 months ago
parent fa03c12ab4
commit 22cf0819ac

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