1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 05:09:38 +02:00
This commit is contained in:
Josh Pigford 2024-02-02 10:39:17 -06:00
commit 55c352e8ef
11 changed files with 14 additions and 18 deletions

View file

@ -20,7 +20,7 @@ class ApplicationController < ActionController::Base
def authenticate_user_from_session
User.find_by(id: session[:user_id])
end
end
def user_signed_in?
current_user.present?