Class: Polivalente::PingController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Polivalente::PingController
- Defined in:
- app/controllers/polivalente/ping_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/polivalente/ping_controller.rb', line 3 def index render json: { status: 'OK' }, status: :ok end |