Skip to content

Instantly share code, notes, and snippets.

@jasonheecs
Created March 11, 2021 07:44
Show Gist options
  • Save jasonheecs/649edf03d51c542060a3ba80120b0d4f to your computer and use it in GitHub Desktop.
Save jasonheecs/649edf03d51c542060a3ba80120b0d4f to your computer and use it in GitHub Desktop.
new routes for session timeout
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