Skip to content

Instantly share code, notes, and snippets.

@siddhant3030
Created June 19, 2019 06:16
Show Gist options
  • Save siddhant3030/fa64897a5d049c782fbe6db4200697cf to your computer and use it in GitHub Desktop.
Save siddhant3030/fa64897a5d049c782fbe6db4200697cf to your computer and use it in GitHub Desktop.
if request_path =~ /^\articles$/
#go to articles#index
elsif request_path =~ /^\recipes$/
#go to recipes#index
elsif
# etc etc more looping ahh!
else
# route not found?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment