You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a user tries to go to a page in the application but is not logged in, everything breaks. One way to do this is to add a before_action in the ApplicationController to check if a user is logged in before doing anything.
The text was updated successfully, but these errors were encountered:
Currently, if a user tries to go to a page in the application but is not logged in, everything breaks. One way to do this is to add a before_action in the ApplicationController to check if a user is logged in before doing anything.
The text was updated successfully, but these errors were encountered: