Its been a while

This commit is contained in:
Jason Jordan
2026-07-23 10:32:51 -04:00
parent 5a90ea6e14
commit 56009fa158
70 changed files with 686 additions and 147 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
class ApplicationController < ActionController::Base
include Pundit::Authorization
before_action :authenticate_user!
# before_action :authenticate_user!
def after_sign_in_path_for(resource)
stored_location_for(resource) || dashboard_path