Skip to content

Instantly share code, notes, and snippets.

@tasdikrahman
Created July 9, 2020 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tasdikrahman/05422fd6e8d530acb1783a3ed082cf30 to your computer and use it in GitHub Desktop.
Save tasdikrahman/05422fd6e8d530acb1783a3ed082cf30 to your computer and use it in GitHub Desktop.
# config/routes.rb
Rails.application.routes.draw do
get '/ping', to: 'health_check#ping'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment