We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5784122 + 367b2f2 commit 5d536ebCopy full SHA for 5d536eb
test/dummy/config/routes.rb
@@ -5,7 +5,7 @@
5
6
# Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
7
# Can be used by load balancers and uptime monitors to verify that the app is live.
8
- get "up" => "rails/health#show", :as => :rails_health_check
+ get "up", to: "rails/health#show", :as => :rails_health_check
9
10
# Defines the root path route ("/")
11
root "posts#index"
0 commit comments