mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-19 05:09:38 +02:00
Merge branch 'main' of https://github.com/maybe-finance/maybe
This commit is contained in:
commit
55c352e8ef
11 changed files with 14 additions and 18 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue