Created
March 11, 2021 07:44
-
-
Save jasonheecs/649edf03d51c542060a3ba80120b0d4f to your computer and use it in GitHub Desktop.
new routes for session timeout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
devise_scope :user do | |
get "/check_session_timeout" => "session_timeout#check_session_timeout" | |
get "/session_timeout" => "session_timeout#render_timeout" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment