feat: Sessions controller

Sessions helper methods, login and signup modals, load partial views with stimulus

Situmuls usersController, Create and Destroy user sessions
This commit is contained in:
Juan Rodriguez
2021-06-14 11:46:25 -05:00
parent f63be42b4c
commit 9c7146820c
28 changed files with 288 additions and 58 deletions
@@ -1,4 +1,5 @@
# frozen_string_literal: true
class ApplicationController < ActionController::Base
include SessionsHelper
end