Complete Lesson 29

main
Simon Quigley 1 year 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