Sha256: 7efc0bc4aa6e46b86f63af6b25a87580c04ab1cc37d805e8801018d6ebc97c66

Contents?: true

Size: 471 Bytes

Versions: 5

Compression:

Stored size: 471 Bytes

Contents

# frozen_string_literal: true

Rails.application.routes.draw do
  # Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

  # Reveal health status on /up that returns 200 if the app boots with no exceptions, otherwise 500.
  # Can be used by load balancers and uptime monitors to verify that the app is live.
  get 'up' => 'rails/health#show', as: :rails_health_check

  # Defines the root path route ("/")
  # root "posts#index"
end

Version data entries

5 entries across 4 versions & 2 rubygems

Version Path
stateful_models-0.0.3 spec/dummy/config/routes.rb
stateful_models-0.0.2 spec/dummy/config/routes.rb
stateful_models-0.0.1 spec/dummy/config/routes.rb
my_api_client-1.2.0 rails_app/rails_7.1/config/routes.rb
my_api_client-1.2.0 rails_app/rails_7.2/config/routes.rb